-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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
{
"name": "zunit-www",
"version": "0.0.0",
"description": "A powerful testing framework for ZSH projects",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/zunit-zsh/www"
},
"author": "molovo",
"bugs": {
"url": "https://github.com/zunit-zsh/www/issues"
},
"homepage": "https://github.com/zunit-zsh/www",
"dependencies": {
"autoprefixer": "^6.2.3",
"coffee-script": "^1.0.0",
"coffeelint": "^1.16.0",
"css-pipeline": "0.3.x",
"date_format": "^0.1.1",
"dynamic-content": "^0.3.0",
"es6-promise": "^4.0.5",
"fuse.js": "^2.6.2",
"highlight.js": "^9.7.0",
"image-zoom": "^1.1.1",
"isomorphic-fetch": "^2.2.1",
"jade": "^1.0.0",
"js-pipeline": "0.2.x",
"jstransformer-marked": "^1.0.0",
"marked": "0.3.x",
"moment": "^2.15.2",
"node-sass": "^4.5.3",
"postcss": "^5.0.13",
"roots": "^5.1.0",
"roots-browserify": "^0.5.0",
"roots-image-pipeline": "^0.3.0",
"roots-records": "^0.5.1",
"sass-lint": "^1.10.2",
"statica": "0.0.1"
},
"scripts": {
"lint": "coffeelint assets/js/ && sass-lint --verbose --no-exit",
"build": "roots compile --env production"
}
}