-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
47 lines (47 loc) · 1.39 KB
/
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
46
47
{
"//": "when updating dependencies, re-run `npm shrinkwrap` to lock dev dependencies",
"name": "Goldstone_test_environment",
"version": "0.1.0",
"description": "Installs grunt and test frameworks.",
"author": "Solinea, Inc.",
"license": "http://www.apache.org/licenses/LICENSE-2.0",
"private": true,
"devDependencies": {
"backbone": "^1.2.3",
"casper": "0.1.1",
"casperjs": "1.1.0-beta3",
"chai": "^3.5.0",
"d3": "^3.5.16",
"electron-prebuilt": "^0.37.2",
"electron-packager": "^5.1.0",
"grunt": "0.4.5",
"grunt-casperjs": "2.1.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-sass": "0.9.2",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "0.6.1",
"grunt-express-server": "^0.5.2",
"grunt-focus": "0.1.1",
"grunt-growl": "0.1.5",
"grunt-karma": "^0.12.1",
"grunt-mocha": "^0.4.15",
"grunt-notify": "^0.4.5",
"grunt-po2json": "^0.3.0",
"jquery": "^2.2.1",
"karma": "^0.13.21",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-mocha": "^0.2.2",
"karma-sinon": "^1.0.4",
"menubar": "^4.0.2",
"mocha": "^2.4.5",
"moment": "^2.11.2",
"moment-timezone": "^0.5.0",
"sinon": "^1.17.3",
"underscore": "^1.8.3"
}
}