app-decorators-todomvc
Version:
Todomvc with app-decorators
62 lines (61 loc) • 1.43 kB
JSON
{
"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"
},
"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.1",
"express": "4.16.2",
"systemjs": "0.20.19",
"todomvc-app-css": "2.1.0",
"todomvc-common": "1.0.4"
},
"devDependencies": {
"babel-cli": "6.26.0",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-changed": "3.1.1",
"gulp-concat": "2.6.1",
"gulp-replace": "0.6.1",
"gulp-sourcemaps": "2.6.1",
"jspm": "0.17.0-beta.47",
"uglify-es": "3.2.1"
},
"jspm": {
"dependencies": {
"jquery": "npm:jquery@3.2.1"
},
"devDependencies": {},
"overrides": {
"npm:jquery@3.2.1": {
"format": "amd"
}
}
}
}