-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
47 lines (47 loc) · 1.23 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
47
{
"name": "transit-js",
"version": "0.8.773",
"homepage": "https://github.com/cognitect/transit-js",
"description": "Transit is a data format and a set of libraries for conveying values between applications written in different languages. This library provides support for marshalling Transit data to/from Javascript.",
"keywords": [
"JSON",
"serialization",
"transit-format",
"es6",
"harmony",
"map",
"set",
"polyfill"
],
"author": "Cognitect",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/cognitect/transit-js.git"
},
"main": "target/transit.js",
"bugs": {
"url": "https://github.com/cognitect/transit-js/issues"
},
"contributors": [
"David Nolen (https://github.com/swannodette)"
],
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
},
"devDependencies": {
"nodeunit": "0.11.0",
"yuidocjs": "0.10.2",
"source-map-support": "0.3.2",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-nodeunit": "1.0.0",
"grunt-contrib-uglify": "3.0.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-watch": "1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}