forked from juanpablob/angular-environment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 939 Bytes
/
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
{
"name": "angular-environment",
"version": "1.0.3",
"description": "AngujarJS Environment Plugin",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/juanpablob/angular-environment.git"
},
"keywords": [
"angular",
"angularjs",
"environment",
"env"
],
"author": "juanpablob <[email protected]>",
"contributors": [
"questchile <[email protected]>",
"nirarazi <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/juanpablob/angular-environment/issues"
},
"homepage": "https://github.com/juanpablob/angular-environment#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-jsmin": "^0.1.5",
"gulp-load-plugins": "^0.10.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.3",
"yargs": "^3.15.0"
}
}