-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (30 loc) · 802 Bytes
/
package.json
File metadata and controls
31 lines (30 loc) · 802 Bytes
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
{
"name": "devlucky-landing",
"version": "0.1.0",
"description": "Devlucky landing page & examples",
"main": "index.js",
"scripts": {
"watch": "watchify _js/index.js -o js/app.js -t [ babelify --presets [ es2015 ] ] -v"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devlucky/devlucky.github.io.git"
},
"author": "zzarcon",
"license": "MIT",
"bugs": {
"url": "https://github.com/devlucky/devlucky.github.io/issues"
},
"homepage": "https://github.com/devlucky/devlucky.github.io#readme",
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-core": "^6.7.6",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"ghooks": "^1.2.1",
"watchify": "^3.7.0"
},
"dependencies": {
}
}