-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
{
"name": "backbone-study",
"version": "1.0.0",
"description": "",
"main": "serve.js",
"scripts": {
"database": "json-server --watch db.json",
"start": "concurrently \"node build/r.js -o build/build.config.js\" \"node serve.js\" \"opn http://localhost:8080/index.html\" ",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "6.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/limaneto/backbone-study.git"
},
"author": "lima neto",
"license": "ISC",
"bugs": {
"url": "https://github.com/limaneto/backbone-study/issues"
},
"homepage": "https://github.com/limaneto/backbone-study#readme",
"dependencies": {
"backbone": "1.3.3",
"handlebars": "4.0.8",
"jquery": "3.2.1",
"opn-cli": "3.1.0",
"requirejs": "2.3.3",
"underscore": "1.8.3"
},
"devDependencies": {
"concurrently": "3.4.0",
"eslint": "3.19.0",
"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-node": "4.2.2",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-standard": "3.0.1",
"express": "4.15.2",
"json-server": "0.10.0"
}
}