-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1009 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
34
35
36
{
"name": "12_year_olds_calculator",
"version": "1.0.0",
"description": "A calculator any 12 year old would be proud to own",
"main": "index.js",
"dependencies": {
"react": "^15.1.0",
"react-dom": "^15.1.0"
},
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.9.0",
"svg-react-loader": "^0.3.7",
"watch": "^0.19.1",
"webpack": "^1.13.0"
},
"scripts": {
"watch": "watch 'npm run build' ./src -d --interval=1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stupidhackathonamsterdam/12yo_calculator.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/zilverline/stupidhackathonamsterdam/issues"
},
"homepage": "https://github.com/stupidhackathonamsterdam/12yo_calculator#readme"
}