-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.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": "ng-decorated",
"version": "0.0.7",
"description": "ES6 decorators for Angular 1.5",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "./node_modules/.bin/webpack",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guidr/ng-decorated.git"
},
"keywords": [
"Angular",
"Angular 1.5",
"ES6",
"Decorators"
],
"author": "Guilherme Dalla Rosa <[email protected]> (http://gui-dr.com)",
"license": "MIT",
"homepage": "https://github.com/guidr/ng-decorated",
"bugs": {
"url": "https://github.com/guidr/ng-decorated/issues"
},
"dependencies": {
"@angular/router": "^0.2.0"
},
"devDependencies": {
"babel-core": "^6.9.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"webpack": "^1.13.1"
}
}