forked from dntzhang/pasition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 979 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
37
38
39
{
"name": "pasition",
"version": "1.0.1",
"description": "Path Transition with little JS code, render to anywhere.",
"main": "dist/pasition.js",
"scripts": {
"dev": "rollup -c",
"dist": "rollup -c",
"debug": "rollup -c -w",
"build": "npm run dev&&npm run dist"
},
"dependencies": {},
"devDependencies": {
"babel-plugin-external-helpers": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babelrc-rollup": "^3.0.0",
"rollup": "^0.37.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-license": "^0.3.0",
"rollup-plugin-uglify": "^1.0.1",
"rollup-watch": "^2.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlloyTeam/pasition.git"
},
"keywords": [
"pasition",
"path",
"svg",
"canvas"
],
"author": "dntzhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlloyTeam/pasition/issues/new"
},
"homepage": "http://alloyteam.github.io/pasition"
}