forked from MatthewLarner/cross-domain-storage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 873 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
{
"name": "cross-domain-storage",
"version": "1.0.3",
"description": "Cross domain local storage",
"main": "index.js",
"scripts": {
"test": "node tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MatthewLarner/cross-domain-storage.git"
},
"author": "Matt Larner <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/MatthewLarner/cross-domain-storage/issues"
},
"homepage": "https://github.com/MatthewLarner/cross-domain-storage#readme",
"dependencies": {
"crel": "^3.0.0",
"try-parse-json": "^1.0.0"
},
"devDependencies": {
"automagic-ui": "^1.1.0",
"file-server": "^1.0.5",
"browserify": "^13.0.0",
"crel": "^3.0.0",
"doc-js": "^1.3.1",
"open": "0.0.5",
"static-server": "^2.0.2",
"tape": "^4.5.1",
"watchify": "^3.7.0"
}
}