forked from hsnaydd/moveTo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "moveto",
"version": "1.7.0",
"description": "A lightweight scroll animation javascript library without any dependency.",
"main": "dist/moveTo.js",
"scripts": {
"test": "ava tests/**"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hsnaydd/moveTo.git"
},
"keywords": [
"simple",
"lightweight",
"scroll",
"animated",
"scrolling",
"animation",
"smooth",
"smoothscroll"
],
"author": "Hasan Aydoğdu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hsnaydd/moveTo/issues"
},
"homepage": "https://github.com/hsnaydd/moveTo#readme",
"devDependencies": {
"ava": "^0.18.2",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.18.8",
"eslint": "^3.16.1",
"eslint-config-google": "^0.7.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-header": "^1.8.8",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"jsdom": "9.11.0",
"jsdom-global": "2.1.1",
"lazypipe": "^1.0.1",
"run-sequence": "^1.2.2"
},
"ava": {
"require": [
"babel-register"
],
"babel": {
"presets": [
"es2015"
]
}
}
}