-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "shop.js.org",
"version": "0.1.0",
"description": "Homepage for Shop.js",
"homepage": "http://github.com/shopjs/shop.js.org",
"repository": "ssh://github.com/shopjs/shop.js.org",
"bugs": "http://github.com/hanzoai/shop.js.org/issues",
"author": "Hanzo, Inc <[email protected]>",
"license": "BSD-3-Clause",
"dependencies": {
"akasha": "0.1.10",
"debounce": "1.1.0",
"prismjs": "1.15.0",
"qrcode": "1.2.0",
"shop.js": "2.2.46",
"zepto-modules": "1.0.1"
},
"devDependencies": {
"autoprefixer": "8.6.3",
"bebop": "1.15.1",
"clean-css": "4.1.11",
"coffee-script": "1.12.7",
"css-mqpacker": "6.0.2",
"esmangle": "1.0.1",
"ie-love": "0.0.3",
"lost": "8.3.0",
"lost-stylus": "0.1.3",
"postcss-discard-comments": "2.0.4",
"poststylus": "1.0.0",
"pug": "2.0.3",
"reeeset": "0.0.8",
"rucksack-css": "1.0.2",
"rupture": "0.7.1",
"sake-bundle": "0.6.14",
"sake-cli": "0.7.2",
"sake-linked": "0.1.2",
"sake-outdated": "0.4.4",
"sake-publish": "0.1.17",
"sake-test": "0.2.1",
"sake-version": "0.1.19",
"stylus": "0.54.5"
},
"private": true
}