This repository has been archived by the owner on Jan 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
81 lines (81 loc) · 2.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "hive-js",
"version": "0.3.3",
"description": "",
"main": "index.js",
"scripts": {
"build": "aperture link && node ./build.js build",
"start": "node server/server.js",
"dev": "aperture link && node ./build.js",
"test": "npm run test-server; npm run test-client",
"test-client": "karma start --single-run",
"test-server": "mocha server/test",
"postinstall": "aperture open"
},
"author": "",
"license": "GPL-2.0+",
"devDependencies": {
"karma": "^0.12.21",
"karma-chrome-launcher": "^0.1.2",
"karma-cli": "0.0.4",
"karma-firefox-launcher": "^0.1.3",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.2.0",
"karma-phantomjs-launcher": "^0.1.2",
"karma-safari-launcher": "~0.1.1",
"karma-script-launcher": "^0.1.0",
"karma-sinon": "^1.0.3",
"mocha": "^1.21.4",
"proxyquire": "~0.6.0",
"sinon": "^1.9.1",
"stream-browserify": "^0.1.3",
"supertest": "~0.12.1"
},
"dependencies": {
"aperture": "^1.1.1",
"async": "~0.9.0",
"autoprefixer": "^2.2.0",
"big.js": "^2.5.0",
"body-parser": "^1.6.2",
"browserify": "^6.3.2",
"browserify-zepto": "~1.1.2",
"browsernizr": "git://github.com/weilu/browsernizr#indexedDB",
"compression": "^1.0.10",
"cookie-parser": "^1.3.2",
"cookie-session": "git://github.com/weilu/cookie-session#upgrade-cookies",
"cpr": "^0.3.2",
"cradle": "~0.6.7",
"envify": "^3.0.0",
"events": "^1.0.0",
"express": "^4.8.2",
"fastclick": "~1.0.1",
"geomodel": "~0.1.2",
"glob": "^3.2.9",
"glob-watcher": "0.0.6",
"helmet": "^0.3.2",
"minimatch": "^1.0.0",
"mkdirp": "^0.5.0",
"node-sass": "^0.9.3",
"pouchdb": "^3.2.0",
"ractify": "~0.4.0",
"ractive": "~0.4.0",
"request": "^2.39.0",
"secure-random": "^1.1.1",
"strftime": "^0.8.0",
"tiny-lr": "0.0.7",
"uglifyify": "^2.5.0",
"uniqueify": "~1.0.0",
"velocity-animate": "git://github.com/haustraliaer/velocity.git"
},
"aperture": {
"sources": [
"app/lib/*",
"app/pages/*",
"app/widgets/*"
]
},
"engines": {
"node": "~0.10.26",
"npm": "^2.1.0"
}
}