-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
34 lines (34 loc) · 841 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
{
"name": "preventoverscrolljs",
"version": "0.0.1",
"description": "wechat preventoverscroll",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuanzm/preventoverscrolljs.git"
},
"keywords": [
"wechat",
"preventoverscroll"
],
"author": "yuanzm",
"license": "MIT",
"bugs": {
"url": "https://github.com/yuanzm/preventoverscrolljs/issues"
},
"homepage": "https://github.com/yuanzm/preventoverscrolljs#readme",
"dependencies": {
"coffeeify": "^2.0.1",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"remapify": "^2.1.0",
"stringify": "^3.2.0"
}
}