-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1014 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
39
{
"name": "Hackathon-Code4Italy",
"version": "0.0.0",
"description": "Italian laws text mining project - based on the Linked Open Data of the Camera dei Deputati",
"main": "gulpfile.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/JCCorreale/Hackathon-Code4Italy.git"
},
"keywords": [
"text",
"mining",
"code4italy"
],
"author": "Thierry Spetebroot, Jean Claude Correale, Alessandro Colace",
"license": "CC-BY",
"bugs": {
"url": "https://github.com/JCCorreale/Hackathon-Code4Italy/issues"
},
"homepage": "https://github.com/JCCorreale/Hackathon-Code4Italy",
"dependencies": {
"gulp-clean": "^0.3.0",
"gulp-ftp": "^0.3.0",
"gulp-uglify": "^0.3.0",
"gulp-prompt": "^0.1.1",
"gulp": "^3.6.2",
"gulp-util": "^2.2.14",
"event-stream": "^3.1.5"
},
"devDependencies": {
"gulp-debug": "^0.3.0"
}
}