forked from atom/serializable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 830 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
{
"name": "serializable",
"version": "1.0.3",
"description": "A mixin for making serializable objects",
"main": "./lib/serializable",
"scripts": {
"prepublish": "grunt clean lint coffee",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/atom/serializable.git"
},
"bugs": {
"url": "https://github.com/atom/serializable/issues"
},
"license": "MIT",
"dependencies": {
"mixto": "1.x",
"underscore-plus": "1.x",
"get-parameter-names": "~0.2.0"
},
"devDependencies": {
"coffee-script": "~1.6.3",
"jasmine-focused": "~0.19.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-cli": "~0.1.8",
"grunt": "~0.4.1",
"grunt-shell": "~0.2.2",
"grunt-coffeelint": "0.0.6",
"rimraf": "~2.2.2",
"coffee-cache": "~0.2.0"
}
}