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 15
/
package.json
100 lines (100 loc) · 2.78 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "hive-js",
"version": "0.2.0",
"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",
"ios-build": "node build cordovaBuild",
"ios-build-release": "node build cordovaRelease",
"ios-emulator": "node build cordovaRunEmulator",
"ios-device": "node build cordovaRunDevice"
},
"author": "",
"license": "GPL-2.0+",
"devDependencies": {
"cordova": "^3.5.0-0.2.6",
"ios-sim": "^2.0.1",
"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": {
"URIjs": "^1.13.2",
"arrival": "~1.0.0",
"aperture": "^1.1.1",
"async": "~0.9.0",
"autoprefixer": "^2.2.0",
"big.js": "^2.5.0",
"bitcoinjs-lib": "^1.0.0",
"body-parser": "^1.6.2",
"browserify": "^5.9.1",
"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",
"events": "^1.0.0",
"express": "^4.8.2",
"fastclick": "~1.0.1",
"folderify": "~0.6.0",
"geomodel": "~0.1.2",
"glob": "^3.2.9",
"gulp": "~3.6.0",
"gulp-autoprefixer": "0.0.6",
"gulp-clean": "~0.3.0",
"gulp-concat": "~2.1.7",
"gulp-insert": "^0.4.0",
"gulp-livereload": "2.1.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.4.0",
"gulp-sass": "~0.7.1",
"gulp-sketch": "0.0.2",
"gulp-util": "~2.2.14",
"helmet": "^0.3.2",
"querystring": "^0.2.0",
"glob-watcher": "0.0.6",
"minimatch": "^1.0.0",
"mkdirp": "^0.5.0",
"node-sass": "^0.9.3",
"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"
}
}