forked from Inist-CNRS/ezark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 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
{
"name": "ezark",
"version": "2.1.2",
"description": "Manage yours ARKs",
"main": "index.js",
"bin": {
"ezark": "./ezark"
},
"scripts": {
"start": "./ezark"
},
"keywords": [],
"contributors": [
{
"name": "Nicolas Thouvenin",
"url": "https://github.com/touv"
}
],
"license": "MIT",
"dependencies": {
"anglicize": "https://github.com/azer/anglicize",
"basek": "^1.0.5",
"body-parser": "^1.14.1",
"castor-core": "^4.2.3",
"castor-load": "^4.6.0",
"clone": "^1.0.2",
"datamodel": "^1.5.0",
"debug": "^2.2.0",
"express-validation": "^0.4.5",
"joi": "^6.7.1",
"mongodb-querystring": "^1.0.3",
"pad": "^1.0.0",
"paperclip": "^3.0.18",
"qs": "^6.1.0",
"serial-loop": "https://github.com/touv/serial-loop",
"shortid": "^2.2.2",
"to-slug": "https://github.com/touv/to-slug",
"to-slug-case": "https://github.com/ianstormtaylor/to-slug-case",
"vue": "^1.0.18",
"vue-resource": "^0.7.0",
"vue-validator": "^2.0.2"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.3.0",
"istanbul": "^0.4.2",
"jshint": "^2.9.1",
"mocha": "^2.4.5",
"nodemon": "^1.9.1"
}
}