Initial commit

This commit is contained in:
2017-09-19 17:51:06 +02:00
commit cf80a0df03
4 changed files with 61 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"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"
}
}