-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.19 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "symplectic-import",
"version": "0.1.0",
"description": "A Symplectic import script",
"main": "app.js",
"homepage": "https://github.com/Coenego/symplectic-import",
"author": "Mathieu Decoene <[email protected]>",
"keywords": [
"import",
"symplectic",
"publications"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/Coenego/symplectic-import.git"
},
"bugs": {
"url": "https://github.com/Coenego/symplectic-import/issues"
},
"bin": {
"symplectic-import": "./bin/import.js"
},
"dependencies": {
"assert": "latest",
"body-parser": "latest",
"bunyan": "latest",
"colors": "latest",
"connect-timeout": "latest",
"express": "latest",
"nock": "latest",
"node-zendesk": "latest",
"progress": "latest",
"q": "latest",
"querystring": "latest",
"request": "latest",
"socket.io": "latest",
"underscore": "latest",
"xml2js": "latest",
"yargs": "latest"
},
"devDependencies": {
"mocha": "latest"
},
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "node app.js",
"test": "npm run test-node",
"test-node": "mocha ./tests/import.js"
}
}