]> code.delx.au - gnu-emacs-elpa/blob - package.json
Include external libraries.
[gnu-emacs-elpa] / package.json
1 {
2 "name": "context-coloring",
3 "version": "0.0.0",
4 "description": "JavaScript syntax highlighting, except not for syntax.",
5 "main": "scopifier.js",
6 "directories": {
7 "test": "test"
8 },
9 "scripts": {
10 "test": "make test"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/jacksonrayhamilton/context-coloring.git"
15 },
16 "author": "Jackson Ray Hamilton",
17 "license": "GPL-3.0+",
18 "bugs": {
19 "url": "https://github.com/jacksonrayhamilton/context-coloring/issues"
20 },
21 "homepage": "https://github.com/jacksonrayhamilton/context-coloring",
22 "devDependencies": {
23 "matcha": "^0.6.0",
24 "mocha": "^2.0.1"
25 }
26 }