-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 981 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 981 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
{
"name": "parseangular",
"version": "0.0.0",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-less": "~0.8.1",
"grunt-contrib-uglify": "~0.2.5",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-karma": "~0.6.2",
"mocha": "~1.16.2",
"karma": "~0.10",
"karma-mocha": "~0.1.1",
"karma-osx-reporter": "*",
"karma-sinon": "~1.0.0",
"karma-chai": "0.0.2",
"karma-sinon-chai": "~0.1.4",
"dgeni": "0.2.2",
"dgeni-packages": "0.8.1",
"canonical-path": "0.0.2",
"lodash": "^2.4.1",
"karma-story-reporter": "https://github.com/sublimino/karma-story-reporter/tarball/0.2.3-dev"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"repository": "",
"engines": {
"node": "0.10.18"
}
}