-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.43 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
{
"name": "app-decorators-todomvc",
"version": "0.8.252",
"description": "Todomvc with app-decorators",
"repository": {
"type": "git",
"url": "git+https://github.com/SerkanSipahi/app-decorators-todomvc.git"
},
"author": "Serkan Sipahi",
"license": "MIT",
"bugs": {
"url": "https://github.com/SerkanSipahi/app-decorators/issues"
},
"scripts": {
"prepublish": "make compile",
"test": "echo 'no tests required'"
},
"homepage": "https://github.com/SerkanSipahi/app-decorators-todomvc#readme",
"keywords": [
"todomvc",
"todomvc app-decorators",
"example app-decorators",
"es2015",
"babeljs",
"decorators",
"component",
"view",
"webapp"
],
"dependencies": {
"app-decorators": "0.8.252",
"babel-preset-app-decorators": "0.8.252",
"babel-preset-es2015": "6.24.1",
"compression": "1.7.2",
"express": "4.16.3",
"systemjs": "0.21.4",
"todomvc-app-css": "2.1.2",
"todomvc-common": "1.0.5"
},
"devDependencies": {
"babel-cli": "6.26.0",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-changed": "3.2.0",
"gulp-concat": "2.6.1",
"gulp-replace": "1.0.0",
"gulp-sourcemaps": "2.6.4",
"jspm": "0.17.0-beta.47",
"uglify-es": "3.3.9"
},
"jspm": {
"dependencies": {
"jquery": "npm:[email protected]"
},
"devDependencies": {},
"overrides": {
"npm:[email protected]": {
"format": "amd"
}
}
}
}