-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 872 Bytes
/
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
{
"name": "dnd-npc-creator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"eslintConfig": {
"env": {
"browser": true,
"node": true,
"es6": true
}
},
"scripts": {
"test": "eslint *.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/djbaker/dnd-npc-creator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/djbaker/dnd-npc-creator/issues"
},
"homepage": "https://github.com/djbaker/dnd-npc-creator#readme",
"dependencies": {
"angular": "^1.6.4",
"body-parser": "^1.17.2",
"eslint": "^4.0.0",
"express": "^4.15.3",
"express-session": "^1.15.3",
"http": "0.0.0",
"mongoose": "^4.10.7"
},
"engines": {
"node": "7.9.0"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}