-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
30 lines (30 loc) · 852 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
{
"name": "unjustifiable",
"version": "1.1.2",
"description": "Fast (enough) and beautiful text justification for the web",
"main": "lib/unjustifiable.min.js",
"scripts": {
"build": "babel src -d lib; uglifyjs --compress --mangle -- lib/unjustifiable.js > lib/unjustifiable.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diiq/unjustifiable.git"
},
"keywords": [
"justification",
"typography"
],
"author": "Sam Bleckley",
"license": "MIT",
"bugs": {
"url": "https://github.com/diiq/unjustifiable/issues"
},
"homepage": "https://github.com/diiq/unjustifiable#readme",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"uglify-js": "^3.9.3"
}
}