-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.33 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
50
51
52
53
54
55
56
{
"name": "mercury-todo",
"version": "0.0.0",
"description": "A simple todo app using mercury.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp",
"build_bootstrap": "gulp build:bootstrap"
},
"repository": {
"type": "git",
"url": "git://github.com/JoelV/mercury-todo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JoelV/mercury-todo/issues"
},
"homepage": "https://github.com/JoelV/mercury-todo",
"dependencies": {
"body-parser": "^1.9.3",
"bootstrap": "^3.3.2",
"browser-request": "^0.3.3",
"express": "^4.10.4",
"jquery": "^2.1.3",
"mercury": "^12.0.0",
"nano": "^6.0.2",
"underscore": "^1.7.0",
"uuid": "^2.0.1",
"page": "^1.6.1",
"request": "^2.53.0",
"pouchdb": "^3.3.1",
"ecstatic": "^0.6.0",
"node-uuid": "^1.4.2"
},
"devDependencies": {
"browser-sync": "^1.9.1",
"browserify": "^8.0.2",
"connect-history-api-fallback": "0.0.5",
"gulp": "^3.8.10",
"gulp-develop-server": "^0.2.5",
"gulp-livereload": "^3.6.0",
"gulp-util": "^3.0.2",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.2.1"
},
"env": {
"ecstatic": {
"root": "public",
"gzip": true,
"handleError": false,
"showDir": false
}
}
}