-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 879 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
{
"name": "treeify",
"version": "1.0.0",
"description": "npm package to treeify your directory modules",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server",
"babel": "./node_modules/.bin/babel src -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abhishekg785/treeify.git"
},
"author": "abhishekg785",
"license": "ISC",
"bugs": {
"url": "https://github.com/abhishekg785/treeify/issues"
},
"homepage": "https://github.com/abhishekg785/treeify#readme",
"dependencies": {
"babel-cli": "^6.26.0",
"component-type": "^1.2.1",
"fs": "0.0.1-security",
"merge": "^1.2.0",
"webpack": "^3.6.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"webpack-dev-server": "^2.9.1"
}
}