-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 855 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
{
"name": "dragit",
"version": "2.1.2",
"description": "Click/tap and drag to scroll content within a container.",
"homepage": "https://github.com/azinasili/dragit",
"author": "Azin Asili <[email protected]>",
"license": "MIT",
"main": "dist/dragit.js",
"keywords": [
"dragit",
"drag",
"tap",
"scroll",
"front-end",
"component"
],
"repository": {
"type": "git",
"url": "https://github.com/azinasili/dragit"
},
"bugs": {
"url": "https://github.com/azinasili/dragit/issues"
},
"scripts": {
"build": "cross-env BABEL_ENV=production babel src -d dist",
"prepublish": "npm run build"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-babili": "0.0.12",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^4.0.0"
}
}