-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.09 KB
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": "impulsion",
"version": "1.1.3",
"main": "dist/impulsion.js",
"homepage": "http://romellem.github.io/impulsion/",
"description": "Add momentum to anything. It's like iScroll, except not for scrolling. Supports mouse and touch events.",
"scripts": {
"prebuild": "node scripts/prebuild.js",
"build": "rollup -c --environment INCLUDE_DEPS,BUILD:production",
"postbuild": "node scripts/postbuild.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"momentum",
"touch"
],
"contributors": [
"Chris Bateman",
"Matt Wade"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:romellem/impulsion.git"
},
"bugs": {
"url": "https://github.com/romellem/impulsion/issues"
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"fs-extra": "^9.0.0",
"rollup": "^2.28.0",
"rollup-plugin-filesize": "^9.0.0",
"rollup-plugin-terser": "^7.0.2"
}
}