-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.25 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
{
"name": "ngPlottable",
"version": "0.1.0-SNAPSHOT",
"description": "Project setup.",
"scripts": {
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server",
"start": "concurrent \"npm run tsc:w\" \"npm run lite\" "
},
"dependencies": {
"grunt-contrib-watch": "^0.6.0",
"grunt": "~0.4.2",
"grunt-cli": "^0.1.13",
"grunt-ts": "5.0.0-beta.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.8.0",
"tsd": "0.6.4",
"systemjs": "0.19.4",
"require": "2.4.20",
"angular2": "2.0.0-beta.1",
"rx": "3.1.2",
"rx-lite": "3.1.2",
"es6-promise": "3.0.2",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"zone.js": "^0.5.8",
"d3": "3.5.8"
},
"devDependencies": {
"concurrent": "^0.3.2",
"concurrently": "^1.0.0",
"jspm": "^0.16.15",
"typescript": "^1.7.5"
},
"jspm": {
"dependencies": {
"angular2": "npm:angular2@^2.0.0-beta.8",
"es6-shim": "github:es-shims/es6-shim@^0.33.13",
"reflect-metadata": "npm:reflect-metadata@^0.1.2",
"rxjs": "npm:rxjs@^5.0.0-beta.0",
"zone.js": "npm:zone.js@^0.5.8"
},
"devDependencies": {
"typescript": "npm:typescript@^1.7.5"
}
}
}