-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 1.03 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
{
"name": "sitelen-sitelen-renderer",
"version": "0.1.0",
"description": "JavaScript library to turn Toki Pona text into the Sitelen Sitelen or Sitelen Suwi non-linear writing style.",
"main": "index.js",
"directories": {
"example": "examples"
},
"dependencies": {
"concat": "^1.0.3",
"uglify-js": "^3.10.4"
},
"devDependencies": {
"glob": "^6.0.4",
"svg-sprite": "^1.2.19",
"svgo": "^0.6.1",
"xmldom": "^0.1.19"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "concat -o dist/sitelen-sitelen-renderer.debug.js src/*.js | uglifyjs dist/sitelen-sitelen-renderer.debug.js -o dist/sitelen-sitelen-renderer.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/olafjanssen/sitelen-sitelen-renderer.git"
},
"author": "Olaf T.A. Janssen",
"license": "ISC",
"bugs": {
"url": "https://github.com/olafjanssen/sitelen-sitelen-renderer/issues"
},
"homepage": "https://github.com/olafjanssen/sitelen-sitelen-renderer#readme"
}