-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 860 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
{
"name": "nd-node",
"description": "NDJS node back end",
"author": {
"name": "Asaf Amrami",
"email": "[email protected]"
},
"main": "nd-node.js",
"repository": {
"type": "git",
"url": "https://github.com/asafamr/nd-node.git"
},
"dependencies": {
"bluebird": "^3.0.5",
"fs-extra": "^0.26.2",
"graceful-fs": "^4.1.2",
"lodash": "^3.10.1",
"toposort": "^0.2.12",
"windows-shortcuts": "^0.1.1",
"xmldom": "^0.1.19",
"xpath": "0.0.9"
},
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"dox": "^0.8.0",
"grunt": "^0.4.5",
"grunt-mocha-test": "^0.12.7",
"html": "0.0.10",
"lodash": "^3.10.1",
"lodash.template": "^3.6.2",
"mocha": "^2.3.3",
"ncp": "^2.0.0"
},
"optionalDependencies": {},
"license": "AGPL-1.0",
"version": "0.2.1"
}