forked from kriszyp/rql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (45 loc) · 926 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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "rql-nodojo",
"version": "0.1.0",
"author": "Kris Zyp",
"contributors": [
"Vladimir Dronnikov <[email protected]>",
{
"name": "RAMP Dev Team",
"web": "http://ramp-pcar.github.io/"
}
],
"keywords": [
"resource",
"query",
"uri"
],
"description": "Query language for the web, NoSQL",
"licenses": [
{
"type": "AFLv2.1",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
},
{
"type": "BSD",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
}
],
"directories": {
"lib": "."
},
"repository": {
"type": "git",
"url": "http://github.com/RAMP-PCAR/rql-nodojo"
},
"maintainers": [
{
"name": "RAMP Dev Team",
"web": "http://ramp-pcar.github.io/"
}
],
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-uglify": "latest"
}
}