-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 1.67 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
{
"name": "astley.js",
"version": "0.0.58",
"description": "Construct a website from a JSON-LD AST",
"homepage": "https://github.com/hanzo-io/astley.js",
"repository": "github.com/hanzo-io/astley.js",
"bugs": "http://github.com/hanzo-io/astley.js/issues",
"author": "Hanzo, Inc <[email protected]>",
"license": "BSD-3-Clause",
"keywords": [
"AST",
"Abstract Syntax Tree",
"memes",
"website",
"hanzo"
],
"main": "lib/astley.js",
"module": "lib/astley.es.js",
"files": [
"lib/",
"src/"
],
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"build": "sake build",
"pretest": "sake build",
"prepublishOnly": "sake build",
"test": "sake test"
},
"dependencies": {
"akasha": "0.1.10",
"el.js": "2.1.36",
"es-raf": "^3.3.1",
"hanzo-analytics": "^1.0.13",
"layzk.js": "2.2.3",
"zepto-modules": "1.0.1"
},
"devDependencies": {
"autoprefixer": "9.1.5",
"bebop": "1.15.1",
"clean-css": "4.2.1",
"codecov.io": "^0.1.6",
"coffee-script": "1.12.7",
"css-mqpacker": "7.0.0",
"es-raf": "3.3.1",
"esmangle": "1.0.1",
"ie-love": "0.0.3",
"lost": "8.3.0",
"lost-stylus": "0.1.3",
"postcss-discard-comments": "4.0.1",
"poststylus": "1.0.0",
"pug": "2.0.3",
"reeeset": "0.0.8",
"rollup-analyzer": "1.1.0",
"rucksack-css": "1.0.2",
"rupture": "0.7.1",
"sake-bundle": "0.6.14",
"sake-cli": "0.7.2",
"sake-core": "1.6.7",
"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",
"uglify-js": "github:mishoo/UglifyJS2#harmony"
}
}