-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
77 lines (77 loc) · 1.92 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "ng-forward",
"version": "0.0.1-alpha.12",
"description": "The default solution for those that want to write Angular 2.x style code in Angular 1.x",
"main": "./index.js",
"jsnext:main": "./es6/index.js",
"repository": {
"type": "git",
"url": "https://github.com/ngUpgraders/ng-forward"
},
"scripts": {
"test": "tsd install && gulp build"
},
"keywords": [
"angular",
"angular2",
"angularjs",
"annotations",
"decorators",
"ecmascript6"
],
"contributors": [
{
"name": "Mike Ryan",
"email": "[email protected]"
},
{
"name": "Tim Kindberg",
"email": "[email protected]"
}
],
"license": "ISC",
"dependencies": {
"rxjs": "5.0.0-beta.10",
"reflect-metadata": "^0.1.2"
},
"devDependencies": {
"aliasify": "^1.8.0",
"angular": "^1.4.7",
"angular-mocks": "^1.4.7",
"angular-ui-router": "^0.2.15",
"babel": "^5.8.29",
"babel-core": "^5.3.0",
"babelify": "^6.4.0",
"chai": "^3.4.0",
"conventional-changelog": "^0.5.1",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-babel": "^5.3.0",
"gulp-concat": "^2.6.0",
"gulp-filter": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.9.2",
"gulp-uglify": "^1.4.2",
"karma": "^0.13.14",
"karma-angular": "0.0.6",
"karma-browserify": "^4.4.0",
"karma-chrome-launcher": "^0.2.1",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs-shim": "^1.1.1",
"karma-sinon-chai": "ngUpgraders/karma-lolex-sinon-chai",
"karma-sourcemap-loader": "^0.3.6",
"merge2": "^0.3.6",
"mocha": "^2.3.3",
"rimraf": "^2.4.3",
"rollup": "^0.20.2",
"rollup-babel": "^0.6.1",
"run-sequence": "^1.1.4",
"rxjs-es": "5.0.0-beta.10",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"tsd": "^0.6.5"
}
}