forked from arokor/barn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 843 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
{
"name": "barn",
"version": "0.2.0",
"description": "Fast, atomic persistent storage layer on top of localstorage",
"directories": {
"test": "test"
},
"dependencies": {
"nsstorage": "^0.0.3",
"underscore": "^1.7.0"
},
"devDependencies": {
"chai": "^1.9.2",
"grunt": "^0.4.5",
"grunt-browserify": "^3.2.1",
"grunt-bump": "0.0.16",
"grunt-contrib-uglify": "^0.6.0",
"mocha": "^2.0.1",
"uglify-js": "^2.4.15"
},
"scripts": {
"test": "node_modules/.bin/mocha test"
},
"repository": {
"type": "git",
"url": "git://github.com/arokor/barn.git"
},
"keywords": [
"persistence"
],
"author": "Aron Kornhall <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/arokor/barn/issues"
},
"homepage": "https://github.com/arokor/barn"
}