-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.13 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": "indexedDBmock",
"version": "0.0.2",
"description": "This indexedDBmock allows you to mock your indexedDB for testing",
"main": "index.js",
"scripts": {
"test": "grunt default"
},
"repository": {
"type": "git",
"url": "https://github.com/kristofdegrave/indexedDBmock.git"
},
"keywords": [
"indexedDB",
"mocking",
"testing"
],
"author": "Kristof Degrave",
"license": "MIT",
"engines": {
"node": ">=0.10"
},
"bugs": {
"url": "https://github.com/kristofdegrave/indexedDBmock/issues"
},
"homepage": "https://github.com/kristofdegrave/indexedDBmock",
"devDependencies": {
"bower": "^1.3.12",
"grunt": "^0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-bump": "^0.3.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-nuget": "^0.1.4",
"grunt-release": "^0.11.0",
"grunt-webpack": "^1.0.11",
"matchdep": "^1.0.0",
"webpack": "^1.12.3",
"webpack-dev-server": "^1.12.1"
}
}