forked from AlloyTeam/PhyTouch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 884 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
{
"name": "alloytouch",
"version": "0.2.5",
"description": "super tiny size touch and physical motion library for the web ",
"main": "alloy_touch.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlloyTeam/Alloytouch.git"
},
"keywords": [
"touch",
"scroll",
"smooth"
],
"author": "dntzhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlloyTeam/Alloytouch/issues"
},
"homepage": "https://github.com/AlloyTeam/Alloytouch#readme",
"devDependencies": {
"babel-core": "^6.20.0",
"babel-loader": "^6.2.9",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"react": "^15.4.1",
"react-dom": "^15.4.1"
}
}