forked from tenbits/first-mate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.1 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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "first-mate",
"version": "5.2.0",
"description": "TextMate helpers",
"main": "./lib/first-mate.js",
"scripts": {
"test": "grunt test",
"prepublish": "grunt prepublish",
"benchmark": "node_modules/.bin/coffee benchmark/benchmark.coffee"
},
"repository": {
"type": "git",
"url": "https://github.com/atom/first-mate"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/atom/first-mate/raw/master/LICENSE.md"
}
],
"bugs": {
"url": "https://github.com/atom/first-mate/issues"
},
"homepage": "http://atom.github.io/first-mate",
"dependencies": {
"emissary": "^1",
"event-kit": "^1.0.0",
"fs-plus": "^2",
"grim": "^1.2.1",
"oniguruma-js": "0.1.1",
"season": "^5.0.2",
"underscore-plus": "^1"
},
"devDependencies": {
"jasmine-focused": "^1",
"grunt-contrib-coffee": "~0.9.0",
"grunt-cli": "~0.1.8",
"grunt": "~0.4.1",
"grunt-shell": "~0.2.2",
"grunt-coffeelint": "0.0.6",
"rimraf": "~2.1.4",
"coffee-script": "~1.7.0",
"grunt-peg": "~1.1.0",
"grunt-atomdoc": "^1.0.0"
}
}