-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"name": "stale-cache",
"version": "0.1.3",
"main": "./dist/index.js",
"repository": "git@github.com:kswope/stale-cache.git",
"author": "kswope <github-kevdev@snkmail.com>",
"license": "MIT",
"scripts": {
"test": "karma start",
"build": "babel -d dist src",
"prepare": "npm run build"
},
"files": [
"dist/**/*"
],
"dependencies": {
"lscache": "^1.1.0",
"object-hash": "^1.2.0"
},
"devDependencies": {
"axios": "^0.17.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-regenerator-runtime": "^6.5.0",
"chai": "^4.1.2",
"karma": "^1.7.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-min-reporter": "^0.1.0",
"karma-mocha": "^1.3.0",
"karma-requirejs": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^2.0.6",
"mocha": "^4.0.1",
"requirejs": "^2.3.5",
"sinon": "^4.1.2",
"uuid": "^3.1.0",
"webpack": "^3.8.1"
}
}