-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "scrollissimo",
"version": "0.7.0",
"description": "Javascript plugin for smooth scroll-controlled animations",
"main": "./dist/scrollissimo.min.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Promo/scrollissimo.git"
},
"keywords": [
"scrollissimo",
"scrollorama",
"scrollmagic",
"animations"
],
"author": "frux",
"license": "MIT",
"bugs": {
"url": "https://github.com/Promo/scrollissimo/issues"
},
"homepage": "https://github.com/Promo/scrollissimo",
"scripts": {
"mocha": "mocha",
"lint": "eslint ./scrollissimo.js --ext .js",
"test": "npm run lint && npm run mocha"
},
"devDependencies": {
"babel-plugin-transform-es2015-modules-umd": "^6.4.3",
"babel-preset-es2015": "^6.5.0",
"eslint": "^3.13.1",
"eslint-config-xo": "^0.17.0",
"gulp": "^3.8.11",
"gulp-babel": "^6.1.2",
"gulp-insert": "^0.5.0",
"gulp-rename": "^1.2.2",
"mocha": "^2.2.5",
"qunitjs": "^1.18.0",
"should": "^6.0.3"
}
}