forked from Rokt33r/season
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 991 Bytes
/
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
47
{
"name": "@rokt33r/season",
"version": "5.3.1",
"description": "CSON utilities",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/atom/season/raw/master/LICENSE.md"
}
],
"main": "./lib/cson.js",
"bin": {
"csonc": "./bin/csonc"
},
"scripts": {
"prepublish": "grunt clean lint coffee",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/atom/season.git"
},
"bugs": {
"url": "https://github.com/atom/season/issues"
},
"homepage": "http://atom.github.io/season",
"keywords": [
"cson",
"json",
"CoffeeScript"
],
"dependencies": {
"cson-parser": "1.3.4",
"fs-plus": "2.x",
"optimist": "~0.4.0"
},
"devDependencies": {
"jasmine-focused": "1.x",
"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",
"temp": "~0.5.0",
"rimraf": "~2.1.4"
}
}