forked from mrDarcyMurphy/is
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 930 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 930 Bytes
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
{
"name": "is-too",
"description": "simple validations",
"version": "2.5.1",
"keywords": [
"is",
"is-too",
"validation"
],
"homepage": "http://github.com/LoudBit/is-too",
"author": "Darcy Murphy <mrDarcyMurphy@gmail.com> (http://github.com/mrDarcyMurphy)",
"repository": {
"type": "git",
"url": "https://github.com/LoudBit/is-too.git"
},
"scripts": {
"test": "grunt"
},
"main": "./is-too.js",
"devDependencies": {
"mocha": "latest",
"grunt": "0.4.x",
"grunt-contrib-uglify": "0.1.x",
"grunt-contrib-jshint": "~0.2.0",
"grunt-simple-mocha": "latest"
},
"testling": {
"files": "test/*.js",
"harness" : "mocha",
"browsers": [
"ie/9..latest",
"chrome/22..latest",
"firefox/16..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6..latest",
"ipad/6..latest",
"android-browser/latest"
]
}
}