-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 864 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 864 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
{
"name": "angular-lifecycle",
"version": "1.0.0",
"description": "managing state",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node_modules/karma/bin/karma start test/config/karma.conf.coffee"
},
"repository": {
"type": "git",
"url": "git://github.com/octanner/angular-lifecycle.git"
},
"license": "MIT",
"devDependencies": {
"coffee-script": "~1.6.3",
"karma": "~0.10.2",
"chai": "~1.7.2",
"karma-jasmine": "~0.1.3",
"karma-chrome-launcher": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-safari-launcher": "~0.1.1",
"matchdep": "~0.1.2",
"grunt": "~0.4.1",
"grunt-ngmin": "0.0.3",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.7.0"
}
}