Files
angular-webpack/package.json
2017-09-19 17:51:06 +02:00

20 lines
389 B
JSON

{
"name": "angular-webpack-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@uirouter/angularjs": "^1.0.6",
"angular": "^1.6.6"
},
"devDependencies": {
"webpack": "^3.6.0",
"webpack-dev-server": "^2.8.2"
}
}