-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 786 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 786 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
{
"name": "angular-step-input",
"version": "0.1.0",
"author": "10KB",
"repository": "https://github.com/10kb/angular-step-input.git",
"licenses": [
{
"type": "MIT",
"url": "http://10kb.mit-license.org"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-coffee": "^0.11.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-sass": "^0.7.4",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.8.3",
"grunt-ng-annotate": "^0.3.2",
"karma": "^0.12.21",
"karma-coffee-preprocessor": "^0.2.1",
"karma-jasmine": "~0.2.0",
"karma-phantomjs-launcher": "^0.1.4",
"load-grunt-tasks": "^0.6.0"
},
"scripts": {
"test": "grunt test"
}
}