-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.31 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
{
"name": "neo4j-express-heroku-sample",
"version": "1.0.0",
"description": "Sample project to deploy Neo4j+Express on Heroku",
"scripts": {
"start": "node ./app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Marius Treitz <[email protected]>",
"license": "MIT",
"repository": "[email protected]:visby/neo4j-express-heroku-sample.git",
"dependencies": {
"angular": "^1.6.4",
"angular-animate": "^1.6.4",
"angular-aria": "^1.6.4",
"angular-material": "^1.1.4",
"blueimp-file-upload-node": "^2.1.0",
"body-parser": "^1.15.2",
"bootstrap": "3.3.7",
"client-sessions": "^0.8.0",
"crypto": "0.0.3",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"fine-uploader": "^5.14.4",
"font-awesome": "^4.7.0",
"fs": "0.0.1-security",
"fullcalendar": "^3.4.0",
"glyphicons": "^0.2.0",
"jquery": "3.2.1",
"jquery-validation": "1.16.0",
"materialize-css": "^0.98.2",
"moment": "^2.18.1",
"multer": "^1.3.0",
"neo4j-driver": "^1.0.5",
"path": "^0.12.7",
"pug": "^2.0.0-beta6",
"uuid": "^3.0.1",
"w3-css": "^2.9.9"
},
"devDependencies": {
"eslint": "^3.12.2",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-plugin-import": "^2.2.0",
"font-awesome": "^4.7.0",
"w3-css": "^2.9.9"
}
}