forked from dojo/dojo1-dstore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 903 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
{
"name": "dojo-dstore",
"author": "Kris Zyp",
"version": "1.1.0",
"description": "A data collection infrastructure",
"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"
}
],
"repository": {
"type": "git",
"url": "http://github.com/SitePen/dstore"
},
"dependencies": {
"dojo": "^1.9.0"
},
"devDependencies": {
"dts-generator": "1.4.1",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-copy": "0.8.0",
"grunt-contrib-watch": "0.6.1",
"grunt-text-replace": "0.4.0",
"grunt-ts": "3.0.0",
"grunt-tslint": "2.4.0",
"rql": "~0.3.3",
"tslint": "2.4.0",
"intern": "2.2.2",
"typescript": "1.5.3"
},
"directories": {
"lib": "."
},
"main": "./Store",
"dojoBuild": "package.js"
}