-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1 KB
/
package.json
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
{
"name": "betsol-ng-module",
"description": "A template project for Angular.js modules",
"version": "0.0.0",
"homepage": "https://github.com/betsol/ng-module",
"license": "MIT",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"angular": "^1.5.0",
"angular-mocks": "^1.5.0",
"del": "^2.2.0",
"gulp": "~3",
"gulp-concat": "^2.5.2",
"gulp-header": "^1.7.1",
"gulp-htmlmin": "^1.1.4",
"gulp-jshint": "^2.0.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-rename": "~1",
"gulp-uglify": "^1.5.2",
"gulp-util": "^3.0.7",
"jshint": "^2.9.1",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-expect": "^1.1.0",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"mocha": "^2.4.5",
"run-sequence": "^1.1.3"
},
"repository": {
"type": "git",
"url": "git://github.com/betsol/ng-module.git"
},
"keywords": [
"betsol",
"angular",
"angular.js"
]
}