-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.06 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
{
"name": "hangtime",
"version": "0.1.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "watchify src/index.js -t sheetify -t yo-yoify -o bundles/bundle.js",
"build": "browserify src/index.js -t sheetify -t yo-yoify -o bundles/bundle.js",
"test": "standard",
"lint": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/as-dr/noname.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/as-dr/noname/issues"
},
"homepage": "https://github.com/as-dr/noname#readme",
"dependencies": {
"choo": "^6.13.0",
"choo-shortemit": "^0.1.0",
"lodash.deburr": "^4.1.0",
"nanocomponent": "^6.5.2",
"nanohtml": "^1.2.4",
"sheetify": "^7.3.3",
"tachyons": "^4.10.0"
},
"devDependencies": {
"browserify": "^16.2.3",
"standard": "^12.0.1",
"watchify": "^3.11.0",
"yo-yoify": "^4.3.0"
},
"standard": {
"globals": [
"DatArchive",
"experimental",
"localStorage",
"FileReader",
"Audio"
]
}
}