-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.41 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
52
53
54
55
56
57
58
{
"name": "sculp",
"version": "3.0.0",
"description": "Most functional javascript object validation library",
"homepage": "https://github.com/dettier/sculp",
"author": {
"name": "dettier",
"email": "[email protected]",
"url": ""
},
"files": [
"lib"
],
"main": "lib/index.js",
"keywords": [
"schema",
"validation",
"object",
"sanitization",
"json"
],
"devDependencies": {
"babel-core": "^5.5.0",
"babel-eslint": "^6.1.2",
"chai": "^3.5.0",
"del": "^2.0.2",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-config-xo-space": "^0.13.0",
"eslint-plugin-babel": "^3.1.0",
"eslint-plugin-import": "^1.10.2",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-mocha": "^4.0.0",
"eslint-plugin-react": "^5.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^5.1.0",
"gulp-coveralls": "^0.1.0",
"gulp-eslint": "^2.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^1.1.1",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-mocha": "^3.0.1",
"gulp-nsp": "^2.1.0",
"gulp-plumber": "^1.1.0",
"isparta": "^3.0.3"
},
"repository": "https://github.com/dettier/sculp.git",
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
},
"license": "MIT",
"dependencies": {
"debug": "^2.2.0",
"lodash-compat": "^3.10.2",
"underscore.string": "^3.3.4"
}
}