forked from fxa/uritemplate-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.28 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
{
"name": "uritemplate",
"description": "An UriTemplate implementation of rfc 6570",
"homepage": "https://www.github.com/fxa/uritemplate-js",
"keywords": [
"util",
"uri",
"template",
"rfc6570"
],
"author": "Franz X Antesberger",
"contributors": [],
"dependencies": {},
"main": "bin/uritemplate.js",
"scripts": {
"test": "jake clean build"
},
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}],
"files": [
"src",
"test",
"bin",
"build",
"uritemplate-test",
"Jakefile.js",
"own-testcases.json",
"demo.html",
"demo_AMD.html",
"README.md",
"require.js",
".gitmodules",
"uritemplate-test/extended-tests.json",
"uritemplate-test/negative-tests.json",
"uritemplate-test/README.md",
"uritemplate-test/spec-examples-by-sections.json",
"uritemplate-test/spec-examples.json"
],
"version": "0.3.4",
"readmeFilename": "README.md",
"gitHead": "901b85201a821427dfb4591b56aea3a70d45c67c",
"devDependencies": {
"jshint": "latest",
"nodeunit": "latest",
"jake": "latest",
"uglify-js": "latest",
"async": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/fxa/uritemplate-js.git"
}
}