-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 998 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": "Mark Wallace <mark@emotive.com>",
"name": "emote",
"description": "Emotive command line tool",
"version": "3.1.30",
"homepage": "http://www.emotive.com",
"preferGlobal": "true",
"bin": {
"emote": "index.js"
},
"scripts": {
"postinstall": "node scripts/postinstall.js"
},
"repository": {
"type": "git",
"url": "https://github.com/emote/tools"
},
"dependencies": {
"async": "0.1.x",
"crc32": "0.2.x",
"emsfdc": "2.1.16",
"emsoap": "1.0.13",
"emutils": "1.0.11",
"node-zip": "1.0.1",
"npm": "1.3.5",
"optimist": "0.3.x",
"prompt": "0.2.8",
"request": "2.12.x",
"rimraf": "2.0.x",
"xml2js": "0.2.2",
"fs.extra": "1.2.x"
},
"devDependencies": {
"emotetests": "~2.0.0"
},
"optionalDependencies": {},
"license": "MIT/X11",
"engines": {
"node": ">=0.10.13"
}
}