-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
32 lines (32 loc) · 897 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
{
"name": "shear.js",
"version": "2.1.2",
"description": "truncating text across dom nodes",
"main": "dist/shear.js",
"keywords": [
"Truncate",
"DOM",
"TypeScript"
],
"bugs": {
"url": "https://github.com/zhengrenzhe/shear.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/zhengrenzhe/shear.js"
},
"license": "MIT",
"scripts": {
"start": "parcel example/index.html -p 3000",
"build": "rollup --config rollup.config.js && dts-generator --project . --out dist/shear.d.ts"
},
"devDependencies": {
"dts-generator": "^2.1.0",
"node-sass": "^4.13.1",
"parcel-bundler": "^1.12.4",
"rollup": "^0.64.1",
"rollup-plugin-typescript2": "^0.16.1",
"rollup-plugin-uglify": "^4.0.0",
"typescript": "^3.8.2"
}
}