-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (47 loc) · 1.32 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
50
51
{
"name": "storage",
"version": "0.6.0",
"description": "Mongoose-like schema validation, collections and documents on browser (client-side)",
"author": "Constantine Melnikov <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/archangel-irk/storage.git"
},
"main": "dist/storage.min.js",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "0.4.5",
"time-grunt": "1.2.1",
"grunt-contrib-jshint": "0.11.3",
"grunt-karma": "0.12.1",
"grunt-karma-coveralls": "2.5.4",
"grunt-webpack": "1.0.11",
"karma": "0.13.10",
"karma-coverage": "0.5.2",
"karma-mocha": "0.2.0",
"karma-chai": "0.1.0",
"karma-phantomjs-launcher": "0.2.1",
"karma-chrome-launcher": "0.2.0",
"karma-firefox-launcher": "0.1.6",
"karma-ie-launcher": "0.2.0",
"karma-safari-launcher": "0.1.1",
"karma-sauce-launcher": "0.2.14",
"karma-sourcemap-loader": "0.3.5",
"karma-webpack": "1.7.0",
"mocha": "2.3.4",
"chai": "3.4.1",
"lodash": "2.4.1",
"phantomjs": "1.9.19",
"webpack": "1.12.2",
"webpack-dev-server": "1.14.0",
"json-loader": "0.5.3",
"istanbul-instrumenter-loader": "0.1.3",
"dox": "0.8.0",
"highlight.js": "8.8.0",
"jade": "1.11.0",
"markdown": "0.5.0"
}
}