forked from petehunt/minimongo-cache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 908 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
{
"name": "minimongo-cache",
"version": "0.0.49",
"description": "Fork of minimongo designed for caching",
"main": "index.js",
"scripts": {
"test": "testem ci -s phantomjs",
"prepublish": "gulp"
},
"license": "LGPLv3",
"homepage": "https://github.com/petehunt/minimongo-cache",
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"bowser": "^0.7.1",
"browserify": "^3.29.1",
"chai": "~1.9.0",
"coffee-script": "~1.6.3",
"coffeeify": "~0.6.0",
"glob": "^3.2.9",
"gulp": "^3.8.11",
"gulp-babel": "^6.1.1",
"gulp-coffee": "^1.4.2",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^2.2.14",
"sinon": "~1.8.2",
"testem": "~0.6.7",
"vinyl-buffer": "0.0.0",
"vinyl-source-stream": "^0.1.1"
},
"dependencies": {
"eventemitter3": "^1.1.0",
"invariant": "^2.1.1",
"lodash": "~2.4.1"
}
}