-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
47 lines (47 loc) · 1.18 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
47
{
"name": "xscroll",
"version": "3.2.0",
"devDependencies": {
"amdclean": "^2.3.0",
"grunt": "^0.4.5",
"grunt-jsdoc": "^0.5.8",
"jaguarjs-jsdoc": "0.0.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bindingx-parser": "^0.0.3",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.7.1"
},
"description": "Xscroll - A Javascript Scrolling Framework For Mobile Web",
"main": "lib/index.js",
"directories": {
"doc": "doc",
"test": "test"
},
"dependencies": {
"hammerjs": "^2.0.8"
},
"scripts": {
"start": "webpack-dev-server --config webpack.dev.config.js",
"build": "webpack",
"doc":"grunt doc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:huxiaoqi567/xscroll.git"
},
"keywords": [
"xscroll"
],
"author": "huxiaoqi",
"license": "MIT",
"bugs": {
"url": "https://github.com/huxiaoqi567/xscroll/issues"
},
"homepage": "https://github.com/huxiaoqi567/xscroll"
}