-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "cache-js",
"version": "0.0.7",
"description": "Cache container for nodejs and regular Javascript application.",
"license": "MIT",
"homepage": "http://github.com/gghez/cachejs",
"repository": {
"type": "git",
"url": "https://github.com/gghez/cachejs.git"
},
"devDependencies": {
"load-grunt-tasks": "^0.6.0",
"grunt-available-tasks": "^0.5.0",
"grunt": "^0.4.5",
"grunt-bump": "0.0.13",
"grunt-contrib-jshint": "~0.4.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-concurrent": "^1.0.0",
"karma-mocha": "^0.1.9",
"grunt-mocha-cli": "~1.9.0",
"chai": "^1.9.2",
"karma-chai": "^0.1.0",
"mocha": "^1.21.4",
"sinon": "^1.10.3",
"karma-sinon": "^1.0.3",
"karma": "^0.12.24",
"karma-phantomjs-launcher": "^0.1.4",
"karma-story-reporter": "^0.2.2",
"grunt-karma": "^0.9.0",
"grunt-bower-task": "^0.4.0",
"grunt-publish": "0.0.5"
},
"dependencies": {
"optionjs": "^1.1.2"
},
"files": [
"src/**/*.js"
],
"main": "src/cache.js",
"scripts": {
"test": "grunt test"
}
}