-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 760 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 760 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-model",
"version": "0.0.1",
"main": "src/angular-model.js",
"scripts": {},
"dependencies": {
"bower": "^1.3.12",
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-util": "^2.2.14",
"gulp-uglify": "^0",
"jshint": "^2.5.6",
"shelljs": "^0.3.0"
},
"optionalDependencies": {},
"devDependencies": {
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.4",
"karma-sinon-chai": "^0.3.0",
"sinon": "^1.14.1",
"karma-chrome-launcher": "^0"
}
}