-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.04 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
{
"name": "sprung",
"version": "0.1.0",
"description": "Sprung - ye olde springpad.com items reborn",
"author": "BigBlueHat",
"license": "Apache License 2.0",
"repository": "https://github.com/BigBlueHat/sprung.git",
"main": "src/main.js",
"dependencies": {
"draggabilly": "^1.2.4",
"jsinclude": "~1.0.2",
"keymaster": "^1.6.2",
"marked": "~0.3.3",
"pouchdb": "^3.5.0",
"pouchdb-authentication": "^0.4.0",
"vue": "~0.11.5",
"vue-pouchdb": "github:bigbluehat/vue-pouchdb"
},
"devDependencies": {
"browserify": "^9.0.7",
"couch-push": "~1.1.4",
"glob": "^4.3.1",
"gulp": "^3.8.10",
"insert-css": "~0.1.1",
"mocha": "~1.20.0",
"partialify": "^3.1.3",
"run-sequence": "^1.0.5",
"vinyl-source-stream": "~1.1.0",
"watchify": "~0.6.1",
"yargs": "~3.6.0"
},
"scripts": {
"dev": "gulp sprung && gulp apps",
"docs": "gulp docs",
"test": "mocha --ui bdd",
"test-browser": "browserify -t partialify test/*.js --exclude test-bundle.js > test/test-bundle.js"
}
}