-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.07 KB
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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "angular-bcrypt",
"version": "1.0.0",
"private": true,
"scripts": {
"install": "bower install",
"start": "gulp",
"test": "gulp lint && gulp test"
},
"dependencies": {
"underscore": "^1.7.0"
},
"devDependencies": {
"chai-as-promised": "^4.1.1",
"chai": "^1.9.1",
"del": "^0.1.3",
"gulp": "^3.8.7",
"gulp-angular-filesort": "^1.0.3",
"gulp-concat": "^2.3.4",
"gulp-filter": "^1.0.0",
"gulp-inject": "^1.0.1",
"gulp-jshint": "^1.8.5",
"gulp-karma": "0.0.4",
"gulp-ng-annotate": "^0.3.3",
"gulp-plumber": "^0.6.4",
"gulp-rev": "^1.0.0",
"gulp-uglify": "^0.3.1",
"gulp-watch": "^0.6.10",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.21",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "^0.2.3",
"karma-mocha": "^0.1.7",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.3",
"lazypipe": "^0.2.2",
"main-bower-files": "^1.0.3",
"mocha": "^1.21.4",
"phantomjs": "^1.9.7-15",
"q": "^1.0.1",
"sinon": "^1.10.3",
"streamqueue": "^0.1.1"
}
}