-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1016 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "redond-it",
"version": "1.0.3",
"description": "Humanproof made easy",
"main": "./lib/index.js",
"scripts": {
"clean": "rimraf lib",
"test": "echo \"All good sailor!\" && exit 0",
"build": "copyfiles index.js lib",
"prepare": "npm run clean && npm run test",
"prepublishOnly": "npm run-script build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jazcarate/redond-it.git"
},
"keywords": [
"human",
"humanproof",
"the future is now"
],
"author": "Florius",
"contributors": [
{
"name": "Achus",
"url": "https://github.com/achus619"
},
{
"name": "Nahuel Garbezza",
"url": "https://github.com/ngarbezza"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jazcarate/redond-it/issues"
},
"homepage": "https://github.com/jazcarate/redond-it#readme",
"devDependencies": {
"copyfiles": "^2.1.1",
"rimraf": "^2.6.3"
},
"engines": {
"node": ">=6"
}
}