Skip to content

Commit 26ea4a5

Browse files
committed
Version 2.0.0
1 parent 902fe7b commit 26ea4a5

File tree

2 files changed

+33
-17
lines changed

2 files changed

+33
-17
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ node_js:
44
- 0.8
55
- 0.10
66
- 0.11
7+
- 0.12
8+
- iojs-v1.0
9+
- iojs-v2.0
10+
- iojs

package.json

+29-17
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,30 @@
1-
{ "name" : "jsonpointer"
2-
, "description" : "Simple JSON Addressing."
3-
, "tags" : ["util", "simple", "util", "utility"]
4-
, "version" : "1.0.1"
5-
, "author" : "Jan Lehnardt <jan@apache.org>"
6-
, "contributors":
7-
["Joe Hildebrand <joe-github@cursive.net>"]
8-
, "repository" :
9-
{ "type" : "git"
10-
, "url" : "http://github.com/janl/node-jsonpointer.git"
11-
}
12-
, "bugs" :
13-
{ "url" : "http://github.com/janl/node-jsonpointer/issues" }
14-
, "engines" : ["node >= 0.4.9"]
15-
, "main" : "./jsonpointer"
16-
, "scripts" : { "test" : "node test.js" }
17-
, "license": "MIT"
1+
{
2+
"name": "jsonpointer",
3+
"description": "Simple JSON Addressing.",
4+
"tags": [
5+
"util",
6+
"simple",
7+
"util",
8+
"utility"
9+
],
10+
"version": "2.0.0",
11+
"author": "Jan Lehnardt <jan@apache.org>",
12+
"contributors": [
13+
"Joe Hildebrand <joe-github@cursive.net>"
14+
],
15+
"repository": {
16+
"type": "git",
17+
"url": "http://github.com/janl/node-jsonpointer.git"
18+
},
19+
"bugs": {
20+
"url": "http://github.com/janl/node-jsonpointer/issues"
21+
},
22+
"engines": {
23+
"node": ">=0.6.0"
24+
},
25+
"main": "./jsonpointer",
26+
"scripts": {
27+
"test": "node test.js"
28+
},
29+
"license": "MIT"
1830
}

0 commit comments

Comments
 (0)