-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 861 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 861 Bytes
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
{
"name": "atom-syntax-tools",
"version": "0.9.0",
"description": "Tool for grammar specification with coffee script for atom languages",
"main": "lib/main.js",
"scripts": {
"test": "cake test",
"prepublish": "cake build"
},
"repository": {
"type": "git",
"url": "https://github.com/klorenz/atom-syntax-tools.git"
},
"keywords": [
"atom",
"language",
"syntax"
],
"author": "Kay-Uwe (Kiwi) Lorenz <kiwi@franka.dyndns.org> (http://quelltexter.org)",
"license": "ISC",
"bugs": {
"url": "https://github.com/klorenz/atom-syntax-tools/issues"
},
"devDependencies": {
"jasmine-focused": "*"
},
"engines": {
"atom": ">=0.90"
},
"homepage": "https://github.com/klorenz/atom-syntax-tools",
"dependencies": {
"coffee-script": "*",
"season": "^2.0.0",
"underscore": "^1.8.3"
}
}