-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.31 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.31 KB
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": "el.js",
"version": "2.1.37",
"description": "Higher-order elements powered by transclusion.",
"homepage": "http://github.com/hanzo-io/el.js",
"repository": "github:hanzo-io/el.js",
"bugs": "http://github.com/hanzo-io/el.js/issues",
"author": "Hanzo, Inc <hi@hanzo.io>",
"license": "BSD-3-Clause",
"keywords": [
"el",
"elements",
"hanzo",
"html",
"riot",
"riotjs",
"templates",
"transclusion"
],
"main": "lib/el.js",
"module": "lib/el.mjs",
"files": [
"lib/",
"src/"
],
"dependencies": {
"broken": "0.1.13",
"es-is": "3.3.10",
"es-object-assign": "4.1.4",
"es-raf": "3.3.1",
"referential": "0.5.23",
"riot": "3.7.4",
"riot-observable": "3.0.0"
},
"devDependencies": {
"bebop": "1.12.8",
"chai": "4.1.2",
"chai-as-promised": "7.1.1",
"coffee-script": "1.12.7",
"express": "4.16.2",
"express-simulate-latency": "0.0.2",
"mocha": "4.0.1",
"mock-xhr": "0.1.0",
"sake-bundle": "0.6.3",
"sake-cli": "0.5.23",
"sake-core": "1.5.1",
"sake-outdated": "0.1.28",
"sake-publish": "0.1.16",
"sake-version": "0.1.19",
"xhr2": "0.1.4"
},
"scripts": {
"build": "sake build",
"prepublishOnly": "sake build:min",
"pretest": "sake build",
"test": "sake test"
}
}