-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 795 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 795 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
{
"name": "pi",
"version": "0.4.1",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-jasmine": "^2.0.3",
"grunt-contrib-jshint": "~2.1.0",
"grunt-contrib-nodeunit": "~2.0.0",
"grunt-contrib-uglify": "~4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-jsinspect": "^3.0.0",
"grunt-karma": "^3.0.2",
"grunt-karma-coveralls": "^2.5.3",
"grunt-replace": "~1.0.1",
"jasmine": "^3.4.0",
"jasmine-core": "^3.4.0",
"karma": "~4.4",
"karma-coverage": "~1.1",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^2.0.1",
"karma-phantomjs-launcher": "~1.0",
"karma-qunit": "~0.1",
"karma-sinon": "~1.0",
"zuul": "^3.12.0",
"karma-mocha-reporter": "~2.2.5"
},
"scripts": {
"test": "grunt default"
}
}