-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 765 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 765 Bytes
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
{
"name": "coinstac-distributed-algorithm-set",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "echo 'run linter!'",
"validate": "node .jscs.js",
"test": "echo '(please defined tests)'"
},
"author": "",
"license": "MIT",
"dependencies": {
"jstat": "^1.1.5",
"lodash": "^3.10.1",
"numeric": "^1.2.6"
},
"devDependencies": {
"coins-grunt-env": "1.0.1",
"config": "1.16.0",
"glob": "^5.0.14",
"grunt": "0.4.5",
"grunt-env": "0.4.4",
"jscs": "^2.1.1",
"load-grunt-config": "0.17.2",
"load-grunt-tasks": "3.2.0",
"precommit-hook": "3.0.0",
"tape": "3.2.0",
"time-grunt": "1.2.1"
},
"pre-commit": [
"lint",
"validate",
"test"
]
}