UNPKG

997 BJSONView Raw
1{
2 "author": "Mark Wallace <mark@emotive.com>",
3 "name": "emote",
4 "description": "Emotive command line tool",
5 "version": "3.1.26",
6 "homepage": "http://www.emotive.com",
7 "preferGlobal": "true",
8 "bin": {
9 "emote": "index.js"
10 },
11 "scripts": {
12 "postinstall": "node scripts/postinstall.js"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/emote/tools"
17 },
18 "dependencies": {
19 "adm-zip": "0.1.9",
20 "async": "0.1.x",
21 "crc32": "0.2.x",
22 "emsfdc": "2.1.16",
23 "emsoap": "1.0.13",
24 "emutils": "1.0.11",
25 "npm": "1.3.5",
26 "optimist": "0.3.x",
27 "prompt": "0.2.8",
28 "request": "2.12.x",
29 "rimraf": "2.0.x",
30 "xml2js": "0.2.2",
31 "fs.extra": "1.2.x"
32 },
33 "devDependencies": {
34 "emotetests": "~2.0.0"
35 },
36 "optionalDependencies": {},
37 "license": "MIT/X11",
38 "engines": {
39 "node": ">=0.10.13"
40 }
41}