forked from IndigoUnited/node-dejavu-optimizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 861 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
{
"name": "dejavu-optimizer",
"description": "The dejavu optimizer",
"keywords": [
"oop",
"interface",
"class",
"abstract",
"final",
"inheritance",
"optimizer"
],
"version": "0.4.1",
"author": "IndigoUnited <[email protected]> (http://indigounited.com)",
"main": "index.js",
"dependencies": {
"commander": "~1.1.1",
"esprima": "~1.0.2",
"escodegen": "~0.0.15",
"glob": "~3.1.14",
"async": "~0.2.6",
"mkdirp": "~0.3.5",
"mout": "~0.4.0"
},
"bugs": {
"url": "https://github.com/IndigoUnited/dejavu-optimizer/issues/"
},
"repository": {
"type": "git",
"url": "git://github.com/IndigoUnited/dejavu-optimizer.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"engine": "node >= 0.8.x"
}