-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 851 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
32
33
{
"name": "iz",
"version": "0.5.1",
"description": "Validation for node and the web.",
"main": "app.js",
"url": "https://github.com/parris/iz/issues",
"homepage": "https://github.com/parris/iz",
"keywords": [
"validation",
"regex",
"checker"
],
"repository": {
"type": "git",
"url": "[email protected]:parris/iz.git"
},
"dependencies": {},
"devDependencies": {
"mocha": "~1.1.0",
"should": "~0.6.3",
"grunt": "~0.4.1",
"grunt-simple-mocha": "git://github.com/yaymukund/grunt-simple-mocha.git#a4946466e9ce5504ecbda4d8419ff28ab74585ff",
"grunt-cli": "~0.1.9",
"grunt-contrib-requirejs": "~0.4.1",
"bower": "~1.2.2"
},
"scripts": {
"test": "./node_modules/.bin/grunt test",
"build": "./node_modules/.bin/grunt"
},
"author": "Parris Khachi",
"license": "Apache-2.0"
}