UNPKG

2.42 kBJSONView Raw
1{
2 "name": "ace-api-server",
3 "version": "0.2.63",
4 "description": "ACE API Server",
5 "author": {
6 "name": "Studio Thomas",
7 "email": "hello@studiothomas.co.uk",
8 "url": "http://studiothomas.co.uk"
9 },
10 "license": "SEE LICENSE IN LICENSE",
11 "repository": "https://github.com/studiothomas/ace-api-server.git",
12 "main": "dist/ace-api-server.js",
13 "scripts": {
14 "dev": "nodemon --inspect --exec 'node -r dotenv/config' --watch routes dev.js",
15 "docs": "gulp docs",
16 "start": "npm run dev",
17 "test": "echo \"Error: no test specified\" && exit 1"
18 },
19 "apidoc": {
20 "name": "ACE API Server",
21 "description": "ACE API Server Documentation",
22 "version": "0.0.0",
23 "sampleUrl": "http://localhost:5000"
24 },
25 "dependencies": {
26 "ace-api": "^0.5.45",
27 "bluebird": "^3.5.1",
28 "body-parser": "^1.18.2",
29 "cache-manager": "^2.7.0",
30 "cache-manager-redis-store": "^1.3.0",
31 "circular-json-es6": "^2.0.2",
32 "connect-multiparty": "^2.1.0",
33 "connect-redis": "^3.3.3",
34 "cookie-parser": "^1.4.3",
35 "deep-freeze": "0.0.1",
36 "express": "^4.16.2",
37 "express-session": "^1.15.6",
38 "express-useragent": "^1.0.12",
39 "forever": "^0.15.3",
40 "formidable": "^1.1.1",
41 "helmet": "^3.11.0",
42 "le_node": "^1.7.1",
43 "lodash": "^4.17.5",
44 "method-override": "^2.3.10",
45 "morgan": "^1.9.0",
46 "object-sizeof": "^1.2.0",
47 "twitter": "^1.7.1",
48 "url-parse": "^1.2.0"
49 },
50 "devDependencies": {
51 "babel-core": "^6.26.0",
52 "babel-loader": "^7.1.3",
53 "babel-plugin-add-module-exports": "^0.2.1",
54 "babel-plugin-transform-async-to-generator": "^6.24.1",
55 "babel-plugin-transform-decorators-legacy": "^1.3.4",
56 "babel-plugin-transform-regenerator": "^6.26.0",
57 "babel-plugin-transform-runtime": "^6.23.0",
58 "babel-preset-env": "^1.6.1",
59 "babel-preset-stage-0": "^6.24.1",
60 "babel-register": "^6.26.0",
61 "dotenv": "^5.0.0",
62 "eslint": "^4.17.0",
63 "eslint-config-airbnb": "^16.1.0",
64 "eslint-config-airbnb-base": "^12.1.0",
65 "eslint-plugin-import": "^2.9.0",
66 "eslint-plugin-jsx-a11y": "^6.0.3",
67 "eslint-plugin-react": "^7.7.0",
68 "gulp": "^3.9.1",
69 "gulp-livereload": "^3.8.1",
70 "opn": "^5.2.0",
71 "serve-static": "^1.13.2",
72 "swagger-jsdoc": "^1.9.7",
73 "swagger-ui-dist": "^3.11.0",
74 "webpack": "^4.0.0",
75 "webpack-cli": "^2.0.9",
76 "webpack-node-externals": "^1.6.0"
77 }
78}