-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 937 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
37
38
39
40
41
{
"name": "affix-component",
"version": "0.2.4",
"description": "fix element when page scroll",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chemzqm/affix.git"
},
"keywords": [
"affix"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/chemzqm/affix/issues"
},
"homepage": "https://github.com/chemzqm/affix#readme",
"devDependencies": {
"connect-livereload": "^0.5.3",
"gulp": "^3.9.0",
"gulp-livereload": "^3.8.1",
"gulp-serve": "^1.2.0",
"gulp-util": "^3.0.7",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"component-event": "^0.1.4",
"computed-style": "^0.3.0",
"object-assign": "^4.1.0",
"offset": "0.0.1",
"page-offset": "^0.1.0"
},
"browser": {
"event": "component-event"
}
}