UNPKG

1.07 kBJSONView Raw
1{
2 "version": "0.4.2",
3 "name": "substrat",
4 "description": "A powerful yet simple build system for HTML5 projects.",
5 "keywords": [
6 "build",
7 "html5",
8 "jade",
9 "less",
10 "uglifyjs",
11 "mustache",
12 "javascript",
13 "static"
14 ],
15 "homepage": "",
16 "author": "Ivo Wetzel <ivo.wetzel@googlemail.com> (https://github.com/BonsaiDen)",
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/BonsaiDen/substrat"
20 },
21 "bugs": {
22 "url": "https://github.com/BonsaiDen/substrat/issues"
23 },
24 "dependencies": {
25 "chokidar": "0.6.3",
26 "colors": "0.6.2",
27 "fs.extra": "1.2.1",
28 "send": "0.1.4",
29 "less": "1.5.0-b3",
30 "uglify-js": "~2.4.0",
31 "mustache": "~0.7.2",
32 "minimatch": "~0.2.12",
33 "http-proxy": "~0.10.3",
34 "jade": "~0.35.0",
35 "markdown": "~0.5.0"
36 },
37 "engines": {
38 "node": ">=0.8",
39 "npm": ">= 1"
40 },
41 "scripts": {
42 "test": "nodeunit test/test.js"
43 },
44 "license": "MIT",
45 "devDependencies": {
46 "nodeunit": "~0.8.1",
47 "fs.extra": "1.2.1",
48 "request": "~2.27.0"
49 }
50}