-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 915 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": "aktos-dcs-node",
"version": "0.2.0",
"description": "NodeJS port of aktos-dcs",
"main": "index.ls",
"directories": {
"example": "examples",
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aktos-io/aktos-dcs-node.git"
},
"author": "Cerem Cem ASLAN",
"license": "ISC",
"bugs": {
"url": "https://github.com/aktos-io/aktos-dcs-node/issues"
},
"homepage": "https://github.com/aktos-io/aktos-dcs-node#readme",
"dependencies": {
"browserify-livescript": "^0.2.4",
"colors": "^1.1.2",
"jsondiffpatch": "^0.4.1",
"moment": "^2.20.1",
"prelude-ls": "^1.1.2",
"setimmediate": "^1.0.5",
"sha.js": "^2.4.10",
"terser": "^4.3.1",
"uuid4": "^1.0.0"
},
"devDependencies": {
"expect": "^21.2.1"
}
}