-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1000 Bytes
/
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
{
"name": "@standard-library/galvo-dom-surface",
"version": "0.2.0",
"description": "Not a touchpad",
"main": "build/index.js",
"scripts": {
"build": "babel index.js --out-dir build",
"test": "browserify test/*.js -t [ babelify ] | tape-run | faucet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/standard-library/galvo-dom-surface.git"
},
"author": "Standard Library",
"license": "MIT",
"bugs": {
"url": "https://github.com/standard-library/galvo-dom-surface/issues"
},
"homepage": "https://github.com/standard-library/galvo-dom-surface#readme",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"babelify": "^10.0.0",
"browserify": "^13.3.0",
"faucet": "^0.0.1",
"hammer-simulator": "^0.0.1",
"tape": "^4.6.3",
"tape-run": "^2.1.5"
},
"dependencies": {
"hammerjs": "^2.0.8",
"kefir": "^3.7.0"
}
}