-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "@dashkite/addison",
"version": "0.0.0",
"description": "Simple `LocalStorage` wrapper for JSON data",
"keywords": [],
"homepage": "https://github.com/dashkite/addison#readme",
"bugs": {
"url": "https://github.com/dashkite/addison/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dashkite/addison.git"
},
"license": "SEE LICENSE IN LICENSE.md",
"contributors": [
"Dan Yoder <[email protected]>",
"David Harper <[email protected]>",
"Chand Rajendra-Nicolucci <[email protected]>"
],
"exports": {
".": {
"browser": "./build/browser/src/index.js"
}
},
"main": "build/browser/src/index.js",
"files": [
"build/browser/src"
],
"scripts": {
"test": "genie test",
"build": "genie build"
},
"devDependencies": {
"@dashkite/amen": "^0.2.0",
"@dashkite/amen-console": "^0.0.2",
"@dashkite/assert": "^0.1.4",
"@dashkite/genie": "link:../genie",
"@dashkite/genie-clean": "link:../genie-clean",
"@dashkite/genie-coffee": "link:../genie-coffee",
"@dashkite/genie-module": "link:../genie-module"
}
}