-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
69 lines (69 loc) · 1.64 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
{
"name": "localDB",
"version": "0.1.1",
"description": "Browser storage framework",
"keywords": [
"localdb",
"localstorage",
"sessionstorage",
"postMessage",
"html5"
],
"author": {
"name": "wh1100717",
"email": "[email protected]"
},
"homepage": "https://github.com/wh1100717/localDB",
"bugs": {
"url": "https://github.com/wh1100717/localDB/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/wh1100717/localDB.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://mit-license.org"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"main": "dist/0.1.1/localdb.js",
"devDependencies": {
"coffee-script": "^1.8.0",
"grunt": "~0.4.1",
"grunt-cli": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "*",
"grunt-contrib-requirejs": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-jsdoc": "^0.5.7",
"grunt-karma": "^0.9.0",
"grunt-karma-coveralls": "^2.5.2",
"jaguarjs-jsdoc": "0.0.1",
"karma": "^0.12.24",
"karma-chrome-launcher": "^0.1.5",
"karma-coverage": "^0.2.6",
"karma-firefox-launcher": "^0.1.3",
"karma-ie-launcher": "^0.1.5",
"karma-jasmine": "^0.1.5",
"karma-opera-launcher": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"karma-safari-launcher": "^0.1.1",
"load-grunt-tasks": "*",
"requirejs": "^2.1.15"
},
"spm": {
"main": "dist/0.1.1/localdb.js"
}
}