-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "ng-gulp-registry",
"version": "0.1.0",
"description": "Angular gulp tasks registry",
"main": "dist/index.js",
"jsnext:main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CrossBusiness/ng-gulp-registry.git"
},
"keywords": [
"Angular",
"Gulp",
"Recipes",
"Registry"
],
"author": "Sumanth Chinthagunta",
"license": "MIT",
"bugs": {
"url": "https://github.com/CrossBusiness/ng-gulp-registry/issues"
},
"homepage": "https://github.com/CrossBusiness/ng-gulp-registry#readme",
"dependencies": {
"browser-sync": "^2.10.1",
"browser-sync-spa": "^1.0.3",
"config": "^1.17.1",
"del": "^2.2.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-gh-pages": "^0.5.4",
"http-proxy-middleware": "^0.9.0",
"js-yaml": "^3.4.6",
"undertaker-registry": "^1.0.0",
"yargs": "^3.31.0"
},
"devDependencies": {
"babel-core": "^6.3.26",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13"
}
}