forked from stevermeister/dutch-tax-income-calculator-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 953 Bytes
/
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
{
"name": "dutch-tax-income-calculator",
"version": "1.1.0",
"description": "dutch-tax-income-calculator",
"main": "app.js",
"scripts": {
"start": "webpack-dev-server",
"postinstall": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/stevermeister/dutch-tax-income-calculator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stevermeister/dutch-tax-income-calculator/issues"
},
"homepage": "https://github.com/stevermeister/dutch-tax-income-calculator",
"devDependencies": {
"babel-core": "6.10.4",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.9.0",
"css-loader": "0.23.1",
"html-webpack-plugin": "2.21.0",
"ng-annotate-loader": "0.1.0",
"ng-cache-loader": "0.0.16",
"style-loader": "0.13.1",
"webpack": "1.13.1",
"webpack-dev-server": "1.14.1"
}
}