-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.47 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.47 KB
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
44
45
46
47
48
49
50
51
{
"name": "unicode-map",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"build": "node --max-old-space-size=4096 node_modules/livescript/bin/lsc index.ls",
"watch": "concurrently \"npm run chokidar\" \"npm run livereload\"",
"chokidar": "chokidar \"data/**/*.yml\" \"lib/*.ls\" -c \"lsc index.ls\"",
"livereload": "livereload \"test.svg\" -d",
"test": "mocha --compilers ls:livescript test/index.ls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hakatashi/unicode-map.git"
},
"keywords": [],
"author": "Koki Takahashi <hakatasiloving@gmail.com> (http://hakatashi.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hakatashi/unicode-map/issues"
},
"homepage": "https://github.com/hakatashi/unicode-map#readme",
"dependencies": {
"anymatch": "^1.3.2",
"bluebird": "^3.5.1",
"camel-case": "^3.0.0",
"chai": "^3.5.0",
"chokidar": "^1.7.0",
"chokidar-cli": "^1.2.0",
"concurrently": "^3.5.0",
"download": "^5.0.3",
"file-url": "^2.0.2",
"hilbert": "^2.0.0",
"jsdom": "^9.12.0",
"livereload": "^0.6.3",
"livescript": "^1.5.0",
"mkdirp-then": "^1.2.0",
"mocha": "^3.5.3",
"mz": "^2.7.0",
"nightmare": "^2.10.0",
"no-case": "^2.3.2",
"opentype.js": "^0.7.3",
"optionator": "^0.8.2",
"progress": "^1.1.8",
"snapsvg": "^0.5.1",
"svg2png": "^4.1.1",
"xmlserializer": "^0.6.0",
"yaml-js": "^0.1.5"
}
}