UNPKG

801 BJSONView Raw
1{
2 "name": "atom-syntax-tools",
3 "version": "0.4.0",
4 "description": "Tool for grammar specification with coffee script for atom languages",
5 "main": "lib/main.js",
6 "scripts": {
7 "test": "cake test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/klorenz/atom-syntax-tools.git"
12 },
13 "keywords": [
14 "atom",
15 "language",
16 "syntax"
17 ],
18 "author": "Kay-Uwe (Kiwi) Lorenz <kiwi@franka.dyndns.org> (http://quelltexter.org)",
19 "license": "ISC",
20 "bugs": {
21 "url": "https://github.com/klorenz/atom-syntax-tools/issues"
22 },
23 "devDependencies": {
24 "coffee-script": "*",
25 "jasmine-focused": "*"
26 },
27 "engines": {
28 "atom": ">=0.90"
29 },
30 "homepage": "https://github.com/klorenz/atom-syntax-tools",
31 "dependencies": {
32 "season": "^2.0.0"
33 }
34}