-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1007 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
{
"name": "webmaster-tools",
"version": "1.0.0",
"description": "Felix's Webmaster Tools",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify src/app.js -o build/app.js -t [ babelify --presets [ es2015 react ] ]",
"watch": "watchify src/app.js -o build/app.js -t [ babelify --presets [ es2015 react ] ] -v -d"
},
"repository": {
"type": "git",
"url": "git+https://github.com/f3l1x/webmaster-tools.git"
},
"author": "Milan Felix Sulc <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/f3l1x/webmaster-tools/issues"
},
"homepage": "https://github.com/f3l1x/webmaster-tools#readme",
"devDependencies": {
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"watchify": "^3.7.0",
"moment": "^2.15.1",
"randomstring": "^1.1.5"
}
}