-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 951 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
40
{
"name": "enno",
"version": "0.0.1",
"description": "Text annotator",
"main": "Gruntfile.js",
"dependencies": {
"font-awesome": "^4.7.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"jsplumb": "^2.4.3"
},
"devDependencies": {
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.0",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-uglify": "^3.0.1",
"grunt-open": "^0.2.3",
"grunt-text-replace": "^0.4.0",
"load-grunt-tasks": "^3.5.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TimRepke/enno.git"
},
"keywords": [
"annotation",
"text",
"nlp"
],
"author": "Tim Repke",
"license": "MIT",
"bugs": {
"url": "https://github.com/TimRepke/enno/issues"
},
"homepage": "https://github.com/TimRepke/enno#readme"
}