-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.2 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
44
45
46
47
48
{
"name": "ng-core-decorators",
"version": "0.0.6",
"description": "ECMAScript7 decorators for core Angular1.x providers",
"author": "Viktor Zhakhalov <[email protected]>",
"license": "MIT",
"keywords": [
"typescript",
"angular",
"decorators",
"annotations",
"angularjs",
"es7",
"es2016",
"ECMAScript7",
"ECMAScript2016"
],
"repository": {
"type": "git",
"url": "git://github.com/zhakhalov/ng-decorators.git"
},
"main": "dist/commonjs/decorators.js",
"scripts": {
"test": "karma start"
},
"devDependencies": {
"angular": "^1.4.9",
"angular-mocks": "^1.4.9",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-uglify": "^0.11.1",
"grunt-karma": "^0.12.1",
"grunt-rename": "^0.1.4",
"grunt-ts": "^5.3.2",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-mocha-reporter": "^1.1.5",
"karma-phantomjs-launcher": "^1.0.0",
"karma-requirejs": "^0.2.4",
"karma-typescript-preprocessor": "0.0.21",
"phantomjs": "^2.1.3",
"phantomjs-polyfill": "0.0.1",
"requirejs": "^2.1.22",
"tslint": "^3.3.0",
"typescript": "^1.8.0"
}
}