-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 866 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
34
35
36
37
38
{
"name": "jassi",
"title": "Jassi",
"description": "Jassi is a JSON data validator.",
"version": "0.1.2",
"author": "Sorin Iclanzan <sorin@iclanzan.com>",
"keywords": [
"Jassi",
"JSON",
"validator",
"schema",
"nodejs",
"js",
"javascript"
],
"homepage": "https://github.com/iclanzan/jassi",
"repository": {
"type": "git",
"url": "git://github.com/iclanzan/jassi.git"
},
"bugs": {
"url": "https://github.com/iclanzan/jassi/issues"
},
"license": "https://github.com/iclanzan/jassi",
"main": "jassi.js",
"scripts": {
"build": "./jassi"
},
"devDependencies": {
"grunt": ">=0.4.0rc1",
"grunt-contrib-copy": "latest",
"grunt-contrib-uglify": "git://github.com/gruntjs/grunt-contrib-uglify.git",
"grunt-contrib-nodeunit": "latest"
},
"engines": {
"node": ">=0.8.0"
}
}