forked from edclements/uri-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.88 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"_args": [
[
"/home/ed/Projects/bookingbug-core-js"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-K1eEURzJCYaHMekjPCaAl9ELSZ8=",
"_location": "/uri-templates",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "uri-templates",
"escapedName": "uri-templates",
"rawSpec": "0.2.0",
"saveSpec": null,
"fetchSpec": "0.2.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/uri-templates/-/uri-templates-0.2.0.tgz",
"_spec": "0.2.0",
"_where": "/home/ed/Projects/bookingbug-core-js",
"author": {
"name": "Geraint Luff"
},
"bugs": {
"url": "https://github.com/geraintluff/uri-templates/issues"
},
"description": "URI Templates (RFC6570) including de-substitution",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-concat-sourcemap": "~0.2",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-markdown": "~0.3.0",
"grunt-mocha": "~0.3.4",
"grunt-mocha-test": "~0.5.0",
"jshint-path-reporter": "~0.1",
"mocha": "~1.11.0",
"mocha-unfunk-reporter": "~0.2",
"proclaim": "1.4",
"source-map-support": "~0.1"
},
"gitHead": "3c65c2e1809e8c0dca1fb6b440c18fbc7acd85da",
"homepage": "https://github.com/geraintluff/uri-templates#readme",
"keywords": [
"rfc6570",
"uri",
"template"
],
"license": "http://geraintluff.github.io/tv4/LICENSE.txt",
"main": "uri-templates.js",
"name": "uri-templates",
"repository": {
"type": "git",
"url": "git+https://github.com/geraintluff/uri-templates.git"
},
"scripts": {
"test": "mocha --bail"
},
"version": "0.2.0"
}