-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.21 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
{
"name": "IoraLiteNodeJS",
"version": "1.0.0",
"description": "IoraLite Node JS Server",
"main": "./server/index.js",
"scripts": {
"test": "echo \"no test specified yet \"",
"start": "node ./server/index.js",
"lint": "node_modules/.bin/goodparts lib"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.0.1",
"bluebird": "^3.4.1",
"body-parser": "^1.13.3",
"bower": "",
"express": "^4.13.3",
"global": "^4.3.0",
"grunt": "^1.0.1",
"gzippo": "^0.2.0",
"helmet": "^3.4.0",
"jsforce": "^1.7.0",
"lodash": "^4.14.2",
"method-override": "^2.3.5",
"moment": "^2.14.1",
"nforce": "^1.6.0",
"request": "^2.61.0",
"restangular": "^1.5.1"
},
"cacheDirectories": [
"node_modules",
"client/bower_components"
],
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-config-google": "^0.7.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-promise": "^3.4.1",
"eslint-plugin-standard": "^2.0.1",
"goodparts": "^1.2.1"
},
"repository": {
"type": "git",
"url": "git://github.com/forcedotcom/IoraLite.git"
}
}