-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.93 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
{
"name": "miestby",
"description": "Children's animation studio - website",
"version": "0.0.1",
"author": "N.Y.",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/yamelkaya/miestby.git"
},
"keywords": [
"website"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/yamelkaya/miestby/issues"
},
"homepage": "https://github.com/yamelkaya/miestby",
"scripts": {
"tsc": "tsc",
"tsc:w": "tsc -w",
"test": "grunt transpile && karma start karma.config.js --verbose",
"lite": "lite-server",
"start": "concurrent \"npm run tsc:w\" \"npm run lite\" "
},
"dependencies": {
"angular2": "2.0.0-beta.0",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"moment": "^2.10.6",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"systemjs": "0.19.6",
"zone.js": "0.5.10"
},
"devDependencies": {
"babel-polyfill": "^6.3.14",
"concurrently": "^1.0.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.7.0",
"grunt-typescript": "^0.8.0",
"jasmine-core": "^2.4.1",
"jspm": "^0.16.23",
"karma": "^0.13.17",
"karma-browserify": "^4.4.2",
"karma-browserstack-launcher": "^0.1.9",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.3",
"karma-sauce-launcher": "^0.3.0",
"karma-sourcemap-loader": "^0.3.6",
"karma-systemjs": "^0.10.0",
"karma-typescript-preprocessor": "0.0.21",
"lite-server": "^1.3.1",
"phantomjs": "^1.9.19",
"phantomjs-polyfill": "0.0.1",
"traceur": "0.0.96",
"tsc": "^1.20150623.0",
"tsd": "^0.6.5",
"typescript": "^1.7.3"
},
"jspm": {
"dependencies": {},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4",
"typescript": "npm:typescript@^1.7.3"
}
}
}