-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 736 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 736 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
{
"name": "angular-utils",
"version": "0.9.0",
"dependencies": {},
"repository": {
"type": "git",
"url": "git@bitbucket.org:codaxis/angular-utils.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.12.0",
"grunt-ngdocs": "~0.1.1",
"jasmine-core": "^2.3.4",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.6",
"semver": "^4.3.3",
"shelljs": "^0.4.0"
},
"license": "MIT"
}