-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 963 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
{
"name": "diamondjs",
"version": "0.1.1",
"description": "Minimalistic web framework for Node.js",
"main": "lib/diamond.js",
"scripts": {
"start": "nodemon example/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"web",
"framework",
"rest",
"resful",
"api"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ssimunic/diamondjs.git"
},
"author": "Silvio Simunic <silvio.simunic@gmail.com> (http://silviosimunic.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ssimunic/diamondjs/issues"
},
"homepage": "https://github.com/ssimunic/diamondjs#readme",
"devDependencies": {
"eslint": "^3.4.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.0",
"eslint-plugin-react": "^6.2.0",
"morgan": "^1.7.0",
"nodemon": "^1.10.2",
"pug": "^2.0.0-beta6"
}
}