-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 976 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
37
38
39
40
41
42
43
44
{
"name": "gollumjs-component",
"description": "It's a component manager based on GollumJS Framework.",
"version": "0.2.1",
"author": "Damien Duboeuf <[email protected]>",
"license": "GPLv2",
"engines": {
"node": ">= 0.10.0"
},
"files": [
"README.mb",
"LICENSE",
"bin/",
"build/",
"src/",
"tests/",
"exemple/",
"web/",
"include.json",
"index.js"
],
"dependencies": {
"ejs": "^2.4.1",
"gollumjs": "^0.3.0",
"gollumjs-ajax": "^0.2.0",
"jquery": "^3.1.1",
"json3": "^3.3.2",
"sass.js": "^0.10.3",
"urijs": "^1.18.8",
"vue": "^2.2.1",
"webcomponents.js": "^0.7.24"
},
"devDependencies": {
"glob": "^7.0",
"http-server": "^0.9.0",
"uglifycss": "0.0.20",
"uglifyjs": "^2.4.10"
},
"scripts": {
"clean": "rm -rf ./build/*;",
"build": "npm run clean; node bin/build.js;",
"start": "node node_modules/http-server/bin/http-server -p 9090"
}
}