-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.45 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
{
"name": "stoned.audio",
"version": "0.1.4",
"private": true,
"description": "Website for Stoned Audio",
"author": "Stoned Audio, LLC",
"license": "BSD-3-Clause",
"main": "public/js/app.js",
"dependencies": {
"autoprefixer": "^9.6.1",
"bebop": "^1.15.2",
"clean-css": "^4.2.1",
"clipboard": "^2.0.4",
"coffee-script": "^1.12.7",
"css-mqpacker": "^7.0.0",
"debounce": "^1.2.0",
"es-raf": "^3.3.1",
"es-selectize": "^0.12.10",
"flipclock": "^0.10.8",
"fontfaceobserver": "^2.1.0",
"gmaps": "^0.4.24",
"hammerjs": "^2.0.8",
"hanzo.js": "^2.5.4",
"ie-love": "^0.0.3",
"instafeed.js": "^1.4.1",
"jquery": "^1.12.4",
"layzk.js": "^2.2.3",
"lost": "^8.3.1",
"lost-stylus": "^0.1.3",
"moment-timezone": "^0.5.26",
"payment-icons": "^1.2.1",
"postcss-discard-comments": "^4.0.2",
"poststylus": "^1.0.0",
"pug": "^2.0.4",
"qrcode": "^1.4.1",
"reeeset": "^0.0.8",
"referential": "^0.5.25",
"rucksack-css": "^1.0.2",
"rupture": "^0.7.1",
"sake-bundle": "^0.6.15",
"sake-cli": "^0.7.3",
"sake-core": "^1.6.7",
"sake-outdated": "^0.4.4",
"sake-publish": "^0.1.17",
"sake-version": "^0.1.19",
"shop.js": "^2.2.68",
"stylus": "^0.54.5"
},
"scripts": {
"build": "sake build",
"prepublishOnly": "sake build",
"pretest": "sake build",
"test": "sake test"
},
"devDependencies": {
"handroll": "^0.17.13"
}
}