forked from ForestAdmin/forest-express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.11 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
{
"name": "forest-express",
"description": "Official package for all Forest Express Lianas",
"version": "1.0.3",
"author": "Sandro Munda <[email protected]>",
"contributors": [
"Arnaud Besnier <[email protected]>"
],
"license": "GPL-3.0",
"homepage": "http://www.forestadmin.com",
"keywords": [
"forest",
"admin",
"panel",
"interface"
],
"repository": {
"type": "git",
"url": "git://github.com/ForestAdmin/forest-express.git"
},
"main": "index.js",
"dependencies": {
"bcryptjs": "2.3.0",
"bluebird": "3.3.4",
"body-parser": "1.15.0",
"express": "4.14.0",
"express-cors": "0.0.3",
"express-jwt": "3.3.0",
"jsonapi-serializer": "3.4.1",
"jsonwebtoken": "7.1.9",
"lodash": "4.10.0",
"moment": "2.17.1",
"superagent": "1.8.3",
"useragent": "2.1.9",
"uuid": "3.0.1",
"winston": "2.2.0"
},
"devDependencies": {
"git-hooks": "1.1.6",
"gulp": "3.9.1",
"moment": "2.17.1",
"semver": "^5.3.0",
"simple-git": "1.65.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}