package.json in mvpkit-1.1.2 vs package.json in mvpkit-2.0.0
- old
+ new
@@ -10,35 +10,16 @@
"scripts": {
"postinstall": "rm -rf app"
},
"repository": {
"type": "git",
- "url": "git+https://github.com/superlabs/mvpkit.git"
+ "url": "git+https://github.com/ian/mvpkit.git"
},
"author": "",
"license": "ISC",
"bugs": {
- "url": "https://github.com/superlabs/mvpkit/issues"
+ "url": "https://github.com/ian/mvpkit/issues"
},
- "homepage": "https://github.com/superlabs/mvpkit#readme",
+ "homepage": "https://github.com/ian/mvpkit#readme",
"dependencies": {
- "coffee-loader": "^0.7.2",
- "coffee-script": "^1.10.0",
- "css-loader": "^0.24.0",
- "es6-loader": "^0.2.0",
- "extract-text-webpack-plugin": "^1.0.1",
- "file-loader": "^0.9.0",
- "font-awesome": "^4.6.3",
- "is": "^3.1.0",
- "jquery": "^3.1.0",
- "jquery-ujs": "^1.2.2",
- "jquery.cookie": "^1.4.1",
- "lodash": "^4.14.1",
- "mustache": "^2.3.0",
- "node-sass": "^3.8.0",
- "resolve-url": "^0.2.1",
- "resolve-url-loader": "^1.6.0",
- "sass-loader": "^4.0.1",
- "style-loader": "^0.13.1",
- "webpack": "^1.13.2"
}
}