-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.35 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
44
45
46
47
48
49
50
{
"name": "silica",
"version": "0.52.2",
"description": "Silica is a fast lightweight javascript framework for building applications. Silica's usage is designed to be as transparent as possible",
"bin": {
"silica": "src/cli/silica-cli.js",
"silica-create": "src/cli/silica-create.js",
"silica-build": "src/cli/silica-build.js",
"silica-watch": "src/cli/silica-watch.js",
"silica-test": "src/cli/silica-test.js"
},
"dependencies": {
"commander": "^2.19.0",
"csso": "^3.5.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"finalhandler": "^1.1.1",
"fs-extra": "^5.0.0",
"glob": "^7.1.3",
"google-closure-compiler": "20180402.0.0",
"livereload": "^0.7.0",
"nib": "^1.1.2",
"node-sprite-generator": "^0.10.2",
"node-static": "^0.7.10",
"npm": "^5.8.0",
"stylus": "^0.54.0",
"watch": "^1.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BakedSoftware/silica.git"
},
"author": "Kayle Gishen",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/BakedSoftware/Silica/issues"
},
"homepage": "https://github.com/BakedSoftware/Silica#readme",
"standard": {
"globals": [
"Silica",
"goog",
"md5",
"XMLHttpRequest"
]
}
}