-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.65 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.65 KB
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
{
"name": "",
"version": "",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "jspm install",
"start": "live-server --port=7070 --quiet --no-browser"
},
"author": "",
"license": "",
"dependencies": {
"angular2": "^2.0.0-beta.15",
"angular2-polyfill": "npm:angular2-polyfill@^0.0.26",
"rxjs": "npm:rxjs@^5.0.0-beta.6",
"es6-shim": "github:es-shims/es6-shim@^0.35.0"
},
"devDependencies": {
"angular2": "^2.0.0-beta.15",
"babel-polyfill": "^6.7.4",
"es6-shim": "^0.35.0",
"glob": "^7.0.3",
"isparta": "^4.0.0",
"istanbul": "gotwarlost/istanbul.git#source-map",
"jasmine": "^2.4.1",
"jasmine-async-sugar": "^1.3.3",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "douglasduteil/karma-coverage#next",
"karma-jasmine": "^0.3.7",
"karma-jspm": "^2.1.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon": "^1.0.4",
"karma-spec-reporter": "0.0.24",
"karma-typescript-preprocessor": "^0.1.0",
"live-server": "^0.9.2",
"node-sass": "^3.4.2",
"node-sass-globbing": "0.0.23",
"phantomjs": "^2.1.7",
"phantomjs-prebuilt": "^2.1.7",
"reflect-metadata": "^0.1.3",
"rxjs": "^5.0.0-beta.6",
"sinon": "^1.17.3",
"whatwg-fetch": "^0.11.0",
"zone.js": "^0.6.11",
"lodash": "^3.0.0",
"graceful-fs": "^4.0.0",
"npmconf": "^2.1.2"
}
}