forked from mongoosejs/kareem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 854 Bytes
/
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
{
"name": "kareem",
"version": "2.0.6",
"description": "Next-generation take on pre/post function hooks",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha ./test/*",
"test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/*"
},
"repository": {
"type": "git",
"url": "git://github.com/vkarpov15/kareem.git"
},
"devDependencies": {
"acquit": "0.5.1",
"gulp": "3.8.10",
"gulp-mocha": "2.0.0",
"gulp-jscs": "1.4.0",
"istanbul": "0.4.5",
"jscs": "1.9.0",
"mocha": "3.2.0"
},
"jscsConfig": {
"preset": "airbnb",
"requireMultipleVarDecl": null,
"disallowMultipleVarDecl": true
},
"author": "Valeri Karpov <val@karpov.io>",
"contributors" : ["Simon Tsao <yang@flintos.io>"],
"license": "Apache-2.0"
}