-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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
{
"name": "bmoor-cache",
"version": "0.6.0",
"author": "Brian Heilman <das.ist.junk@gmail.com>",
"description": "Managing data and remote sources",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/b-heilman/bmoor-cache.git"
},
"main": "bmoor-cache.js",
"scripts": {
"demo": "gulp serve",
"build": "gulp build"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"bmoor": "^0.4.16",
"bmoor-comm": "^0.6.0",
"bmoor-data": "^0.6.1",
"formdata-polyfill": "^3.0.18",
"rxjs": "^6.5.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"gulp": "3.9.1",
"gulp-jsdoc3": "0.3.0",
"gulp-jshint": "^2.1.0",
"gulp-load-plugins": "^1.6.0",
"gulp-webserver": "0.9.1",
"jasmine": "^3.0",
"jasmine-core": "^3.4.0",
"jshint": "^2.10.2",
"jshint-stylish": "2.1.0",
"karma": "^2.0.5",
"karma-chrome-launcher": "^2.2.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.1.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.9",
"map-stream": "0.0.6",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "^2.1.16",
"webpack": "^3.12.0",
"webpack-stream": "^4.0.0"
}
}