forked from endel/lazy-assets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 960 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
{
"author": "Endel Dreyer <[email protected]> (http://endel.me)",
"name": "lazy-assets",
"description": "An opinionated and simple build-system approach.",
"version": "0.1.11",
"homepage": "https://github.com/endel/lazy-assets",
"repository": {
"type": "git",
"url": "[email protected]:endel/lazy-assets.git"
},
"main": "./lib/index.js",
"scripts": {
"test": "tap test/*.js"
},
"bin": "./bin/lazy-assets",
"keywords": [
"build",
"tool",
"lazy",
"assets"
],
"dependencies": {
"yargs": "~1.2.2",
"glob": "~4.0.0",
"express": "~4.3.1",
"ws": "~0.4.31",
"tamper": "~0.1.0",
"mkdirp": "~0.5.0",
"shelljs": "*",
"uglify-js": "~2.4.14",
"clean-css": "~2.2.2",
"bower": "~1.3.3",
"less": "~1.7.0",
"stylus": "~0.46.3",
"coffee-script": "~1.7.1",
"browserify": "~4.1.5",
"coffeeify": "~0.6.0",
"chokidar": "~0.8.2"
},
"devDependencies": { }
}