-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 959 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
{
"name": "evenly",
"officialName": "evenly",
"version": "1.0.2",
"summary": "evenly is a simple library to solve problem how to divide the gold evenly ?",
"description": "How to divide the gold evenly ?",
"author": {
"name": "hustcc",
"url": "https://github.com/hustcc"
},
"license": "MIT",
"keywords": [
"evenly",
"divide",
"average",
"robber",
"gold"
],
"main": "dist/evenly.min.js",
"repository": {
"type": "git",
"url": "https://github.com/hustcc/evenly"
},
"bugs": {
"url": "https://github.com/hustcc/evenly/issues"
},
"devDependencies": {
"gulp": "^3.9.0",
"jshint": "^2.9.2",
"tape": "^3.6.1",
"gulp-uglify": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-inject-version": "^1.0.1"
},
"scripts": {
"lint": "jshint src/evenly.js",
"test": "npm run lint && npm run build && node tests/test.js",
"build": "gulp build"
},
"dependencies": {
}
}