-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (63 loc) · 1.49 KB
/
package.json
File metadata and controls
64 lines (63 loc) · 1.49 KB
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
59
60
61
62
63
64
{
"name": "divhide",
"description": "Divhide javascript core components for NodeJs, Browser, Titanium, ... and everything that runs javascript.",
"version": "2.0.1",
"author": {
"name": "Oscar Brito <aetheon@gmail.com>",
"url": "https://twitter.com/aetheon"
},
"keywords": [
"divhide",
"utils",
"validation",
"type",
"schema",
"safe",
"i18n",
"chain",
"error",
"exception",
"assert"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:divhide/node-divhide.git"
},
"devDependencies": {
"browserify": "9.0.7",
"browserify-istanbul": "^0.2.1",
"expect.js": "^0.3.1",
"grunt": "~0.4.5",
"grunt-browserify": "=3.8.0",
"grunt-bump": "0.0.16",
"grunt-cli": "",
"grunt-contrib-jasmine": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-watch": "*",
"grunt-exec": "^0.4.6",
"grunt-http-server": "*",
"grunt-karma": "^0.11.1",
"grunt-karma-coveralls": "^2.5.3",
"grunt-readme": "0.4.5",
"grunt-simple-mocha": ">=0.4.0",
"karma": "^0.12.37",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.4.2",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.2.0",
"karma-threshold-reporter": "^0.1.15",
"load-grunt-tasks": "3.0.0",
"phantomjs": "^1.9.17"
},
"dependencies": {
"lodash": "=3.9.3"
},
"main": "src/Index.js",
"engines": {
"node": ">=0.10.2"
},
"scripts": {
"test": "grunt --verbose"
}
}