-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.04 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.04 KB
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
42
43
44
45
46
47
48
49
50
{
"name": "cordjs",
"keywords": [
"cordjs",
"framework"
],
"version": "0.3.36",
"directories": {
"lib": "./lib"
},
"main": "./lib/main",
"bin": {
"cordjs": "./bin/cordjs"
},
"dependencies": {
"amdefine": "=0.0.8",
"asap": "~2.0.3",
"bcryptjs": "~2.0.2",
"clean-css": "=2.0.8",
"coffee-script": ">=1.7.1",
"commander": ">=2.0.0",
"dustjs-linkedin": "=2.3.2",
"dustjs-helpers": "=1.1.2",
"eventemitter3": "=0.1.5",
"google-libphonenumber": "^1.0.4",
"lodash": "=2.2.1",
"mkdirp": ">=0.3.5",
"moment": ">=1.7.2",
"monologue.js": "=0.1.1",
"nib": ">=1.0.1",
"postal": "=0.7.3",
"request": "=2.51.0",
"requirejs": "=2.1.8",
"sha1": "^1.1.1",
"stylus": "=0.41.3",
"validator": "^4.0.5",
"uglify-js": ">=2.4.14",
"underscore": "=1.7.0"
},
"engines": {
"node": ">=0.10.21"
},
"repository": {
"type": "git",
"url": "https://github.com/cordjs/dev-tools.git"
},
"scripts": {
"prepublish": "coffee -bo lib/ src/"
}
}