forked from liqueflies/slideer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1015 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
{
"name": "slideer",
"version": "0.0.4",
"description": "Slider manager focused on animation, forked by slider-manager by Baptiste Briel",
"main": "build/slideer.js",
"license": "MIT",
"author": "Lorenzo Girardi <[email protected]> (https://github.com/liqueflies)",
"dependencies": {
"hammerjs": "^2.0.6"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"browser-sync": "^2.18.6",
"browser-sync-webpack-plugin": "^1.1.3",
"install": "^0.8.4",
"webpack": "^1.14.0",
"webpack-notifier": "^1.5.0"
},
"scripts": {
"bundle": "webpack",
"start": "webpack --watch",
"build": "webpack && webpack -p"
},
"keywords": [],
"repository": {
"type": "git",
"url": "git://github.com/liqueflies/slideer.git"
},
"homepage": "https://github.com/liqueflies/slideer",
"bugs": {
"url": "https://github.com/liqueflies/slideer/issues"
}
}