forked from yagoferrer/gulp-angular-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.05 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.05 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
{
"name": "gulp-angular-modules",
"version": "0.1.8",
"description": "Detects when you are adding a new `Angular.js` module into your working directory to automatically load the file and include the module into your project",
"main": "index.js",
"scripts": {
"jasmine": "./node_modules/.bin/jasmine-node spec/",
"test": "istanbul cover jasmine-node --captureExceptions spec/"
},
"repository": {
"type": "git",
"url": "https://github.com/yagoferrer/gulp-angular-modules.git"
},
"keywords": [
"angular",
"angular.js",
"modules",
"gulp",
"inject"
],
"author": "Yago Ferrer <yago.ferrer@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/yagoferrer/gulp-angular-modules/issues"
},
"homepage": "https://github.com/yagoferrer/gulp-angular-modules",
"dependencies": {
"gulp-util": "^3.0.1",
"strip-comments": "^0.3.2",
"through2": "^0.6.1"
},
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.5",
"jasmine-node": "^1.14.5",
"vinyl": "^0.4.3"
}
}