-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 733 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 733 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
34
35
{
"name": "uber-compiler",
"description": "Compiler for client-side JS and CSS using Google Closure and LESS",
"version": "0.4.7",
"homepage": "https://github.com/kennberg/node-uber-compiler",
"repository": "git://github.com/kennberg/node-uber-compiler.git",
"author": "Alex Kennberg",
"main": "index.js",
"dependencies": {
"arg": "^5.0.0",
"esm": "^3.2.25",
"less": ">=1.3.1",
"underscore": ">=1.12.1"
},
"engines": {
"node": ">= 0.4.1"
},
"bin": {
"uber-compiler": "bin/uber-compiler.js"
},
"keywords": [
"compile",
"compiler",
"compress",
"minify",
"google",
"closure",
"js",
"javascript",
"soy",
"templates",
"css",
"less"
]
}