forked from AlloyTeam/AlloyFinger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.33 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
{
"name": "alloyfinger",
"version": "0.1.15",
"description": "super tiny size multi-touch gestures library for the web. ",
"main": "alloy_finger.js",
"directories": {
"example": "example"
},
"scripts": {
"prepare": "npm run build",
"build": "if [ -d dist ]; then rm -r dist; fi; npm run build:react",
"build:react": "babel react --out-dir dist/react --source-map",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.3.2",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.23.0",
"fast-async": "^6.2.2",
"husky": "^0.13.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlloyTeam/AlloyFinger.git"
},
"keywords": [
"gesture",
"touch",
"multitouch"
],
"author": "dntzhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlloyTeam/AlloyFinger/issues"
},
"homepage": "https://github.com/AlloyTeam/AlloyFinger#readme"
}