forked from michaeltaranto/angular-feature-flags
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.16 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
42
43
44
45
46
47
{
"name": "angular-feature-flags",
"title": "Angular Feature Flags",
"version": "0.3.0",
"description": "Feature Flag module for Angular JS apps",
"keywords": [
"angular",
"feature flag",
"feature switch"
],
"homepage": "https://github.com/mjt01/angular-feature-flags",
"bugs": "https://github.com/mjt01/angular-feature-flags/issues",
"repository": {
"type": "git",
"url": "https://github.com/mjt01/angular-feature-flags.git"
},
"author": {
"name": "Michael Taranto"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "gulp test",
"coveralls": "gulp coveralls"
},
"devDependencies": {
"gulp": "^3.6.0",
"gulp-connect": "^2.0.5",
"gulp-jshint": "^1.5.3",
"jshint-stylish": "~0.1.5",
"gulp-karma": "0.0.4",
"karma": "^0.12.9",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-coverage": "~0.1.5",
"gulp-ngmin": "^0.2.0",
"opn": "^0.1.1",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.2.1",
"gulp-header": "^1.0.2",
"gulp-wrap": "^0.3.0",
"gulp-concat": "^2.2.0",
"gulp-coveralls": "^0.1.2",
"gulp-clean": "^0.2.4"
}
}