-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.08 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
{
"name": "Madame",
"version": "0.0.1",
"description": "A automatic mapper from WordNet to schema.org and SUMO",
"author": {
"name": "Eivind Elseth",
"email": "[email protected]"
},
"private": true,
"homepage": "https://github.com/EivindEE/SemTag",
"main": "app.js",
"scripts": {
"start": "make start",
"stop": "make stop"
},
"dependencies": {
"express": "3.0.0rc4",
"jade": "*",
"gzippo": "0.1.x",
"htmlparser": ">=1.7.x",
"jsdom": "0.2.x",
"contextify": "x",
"mongoose": "3.3"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-linter": "0.3.2",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-compass": "~0.3.0",
"grunt-contrib-watch": "0.4.4"
},
"keywords": [
"semantic web",
"mapping",
"sumo",
"wordnet",
"schema.org"
],
"repository": {
"type": "git",
"url": "https://github.com/EivindEE/SemTag"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/EivindEE/SemTag/blob/master/MIT.LICENCE"
}
]
}