-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 732 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 732 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
{
"name": "angular-cog",
"version": "1.0.0",
"description": "declarative $http for angularjs",
"main": "Gruntfile.js",
"preinstall" : "npm install -g grunt && npm install grunt-cli -g",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-clean": "*",
"grunt-ngmin": "0.0.3",
"grunt-contrib-watch": "~0.5.3",
"karma": "^0.12.6",
"grunt-karma": "^0.8.2",
"karma-jasmine": "^0.1.5",
"karma-chrome-launcher": "^0.1.3",
"karma-coverage": "^0.2.1"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start"
},
"repository": "",
"author": "chinmaymk",
"license": "MIT"
}