forked from michaelbromley/angular-es6
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 856 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 856 Bytes
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
{
"name": "angular-es6",
"version": "1.0.0",
"description": "An experiment in using ES6 classes with AngularJS",
"main": "gulpfile.js",
"dependencies": {
"event-stream": "^3.2.1",
"gulp": "^3.8.10",
"gulp-less": "^3.0.5",
"gulp-inject": "^1.1.1",
"gulp-6to5": "^2.0.2",
"gulp-ng-annotate": "^0.5.0",
"gulp-typescript": "^2.4.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/michaelbromley/angular-es6.git"
},
"keywords": [
"angularjs",
"es6"
],
"author": "Michael Bromley <michael@michaelbromley.co.uk>",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelbromley/angular-es6/issues"
},
"homepage": "https://github.com/michaelbromley/angular-es6"
}