-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.39 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
53
{
"name": "nextprot",
"version": "0.0.178",
"main": "dist/nextprot.min.js",
"description": "neXtProt api javascript client",
"repository": {
"type": "git",
"url": "git://github.com/calipho-sib/nextprot-js.git"
},
"keywords": [
"uniprot",
"nextprot",
"rest",
"api",
"biojs"
],
"author": "Calipho Team",
"license": "GPL-2.0",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bower-concat": "^0.4.0",
"grunt-bower-task": "^0.4.0",
"grunt-bump": "^0.3.0",
"grunt-concat-css": "^0.3.1",
"grunt-connect": "^0.2.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-handlebars": "^1.0.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-qunit": "1.1.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-hustler": "0.11.2",
"grunt-lib-phantomjs": "^0.7.1",
"grunt-serve": "^0.1.6",
"load-grunt-tasks": "^0.6.0",
"qunitjs": "^1.19.0"
},
"dependencies": {
"bower": "^1.5.2",
"grunt-cli": "x.x.x"
},
"scripts": {
"test": "grunt test --verbose --debug --web-security=no",
"dist": "grunt && grunt concating"
}
}