-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 904 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 904 Bytes
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
{
"name": "panel-static",
"version": "2.1.0",
"description": "Extending express.static to compile CoffeeScript with Browserify to Javascript and LESS to CSS",
"main": "lib/main.js",
"scripts": {
"prepublish": "./node_modules/.bin/coffee -o lib/ src/"
},
"repository": {
"type": "git",
"url": "https://github.com/panels/static"
},
"bugs": {
"url": "https://github.com/panels/static/issues"
},
"author": "Marek Hrabe <marekhrabe@abdoc.net> (https://github.com/marekhrabe)",
"license": "MIT",
"devDependencies": {
"coffee-script": "^1.7.1"
},
"dependencies": {
"autoprefixer": "^5.2.0",
"browserify-middleware": "^7.0.0",
"coffee-script": "^1.9.3",
"coffeeify": "^1.1.0",
"envify": "^3.4.0",
"less-minimal": "^1.7.4",
"lesshat": "^3.0.2",
"panel-error": "^1.0.0",
"postcss": "^4.1.16",
"serve-static": "^1.2.3"
}
}