-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.28 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.28 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
{
"name": "yo-yoify",
"version": "4.3.0",
"description": "Transform yo-yo or bel template strings into pure and fast document calls",
"main": "index.js",
"scripts": {
"start": "budo index.js",
"test": "standard && node test/index.js && browserify -t ./index.js test/browser.js | tape-run"
},
"repository": {
"type": "git",
"url": "git://github.com/shama/yo-yoify"
},
"keywords": [
"bel",
"yo-yo",
"choo",
"elements",
"browserify",
"plugin",
"transform"
],
"files": [
"index.js",
"lib"
],
"author": "Kyle Robinson Young <kyle@dontkry.com> (http://dontkry.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/shama/yo-yoify/issues"
},
"homepage": "https://github.com/shama/yo-yoify",
"dependencies": {
"acorn": "^5.0.0",
"convert-source-map": "^1.5.1",
"hyperx": "^2.0.3",
"on-load": "^3.2.0",
"through2": "^2.0.1",
"transform-ast": "^2.2.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babelify": "^8.0.0",
"bel": "^4.3.2",
"browserify": "^14.1.0",
"bubleify": "^1.0.0",
"choo": "^5.0.4",
"standard": "^9.0.2",
"tape": "^4.5.1",
"tape-run": "^3.0.0",
"yo-yo": "^1.2.1"
}
}