-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1020 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1020 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
37
38
39
40
{
"author": "CoreSpring",
"name": "corespring-components",
"description": "The default set of corespring components",
"version": "0.0.2",
"dependencies": {
"jsonfile": "^2.0.0",
"tv4": "^1.1.4"
},
"engines": {
"node": ">= 0.10.9"
},
"devDependencies": {
"bower": "~1.7.2",
"chai": "~1.9.1",
"coffee-script": "~1.7.1",
"expect": "~1.6.0",
"globule": "~0.2.0",
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jasmine": "~0.9.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-less": "~1.0.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-http-verify": "~0.1.2",
"grunt-jsbeautifier": "~0.2.6",
"grunt-mocha-test": "~0.7.0",
"grunt-webdriver": "~0.5.2",
"http-verify": "~0.1.0",
"lodash": "~2.4.1",
"mathjs": "~0.25.0",
"mocha": "~1.18.2",
"nconf": "~0.6.9",
"proxyquire": "~0.6.0",
"sax": "~0.6.0",
"should": "~4.0.4",
"sinon": "~1.10.2"
}
}