-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 KB
/
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
37
38
39
40
41
42
43
{
"name": "ggooltip",
"version": "1.0.0",
"description": "message layer",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack",
"scss": "node-sass src/scss -o dist/css",
"dev": "webpack-dev-server --inline --open --hot",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/nambiho/ggooltip.git"
},
"author": "nambiho <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nambiho/ggooltip/issues"
},
"homepage": "https://github.com/nambiho/ggooltip#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"css-loader": "^0.28.11",
"express": "^4.16.2",
"node-sass": "^4.9.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.21.0",
"webpack": "^4.20.2",
"webpack-cli": "^2.1.5",
"webpack-dev-server": ">=3.1.11",
"macaddress": ">=0.2.9"
},
"dependencies": {},
"directories": {
"lib": "lib",
"fstream": ">=1.0.12",
"tar": ">=2.2.2"
}
}