-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 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
{
"name": "angular-es6-demo",
"version": "1.0.0",
"description": "A simple AngularJS app with modern build tools",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/chris-mccabe1988/angular-es6-demo.git"
},
"author": "Chris McCabe",
"license": "ISC",
"bugs": {
"url": "https://github.com/chris-mccabe1988/angular-es6-demo/issues"
},
"homepage": "https://github.com/chris-mccabe1988/angular-es6-demo",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"gulp-eslint": "^1.0.0"
},
"jspm": {
"directories": {},
"dependencies": {
"angular": "github:angular/bower-angular@^1.4.3"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^0.9.4"
}
}
}