-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
41
42
43
{
"name": "paperjs-offset",
"version": "1.0.8",
"description": "An offset function for paperjs path.",
"main": "dist/index.umd.js",
"module": "dist/index.es5.js",
"typings": "dist/types/index.d.ts",
"scripts": {
"lint": "tslint -p tsconfig.json",
"prebuild": "rimraf dist",
"build": "tsc --module commonjs && node build.js"
},
"dependencies": {
"paper": "^0.12.4"
},
"devDependencies": {
"lodash.camelcase": "^4.3.0",
"rimraf": "^2.6.3",
"rollup": "^1.10.1",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.20.1",
"rollup-plugin-uglify": "^6.0.2",
"tslint": "^5.16.0",
"typescript": "^3.4.4"
},
"author": "glenli <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/luz-alphacode/paperjs-offset.git"
},
"bugs": {
"url": "https://github.com/luz-alphacode/paperjs-offset/issues"
},
"homepage": "https://github.com/luz-alphacode/paperjs-offset#readme",
"keywords": [
"paperjs",
"offset"
]
}