-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.34 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
{
"name": "angular-nextprot-help",
"version": "2.0.23",
"description": "",
"main": "dist/np-ui-help.js",
"scripts": {
"test": "node ./node_modules/.bin/grunt karma-CI"
},
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/calipho-sib/nextprot-ui-help.git"
},
"license": "ISC",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-bower-concat": "^0.4.0",
"grunt-bower-task": "^0.5.0",
"grunt-bump": "^0.6.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-jade": "~0.5.0",
"grunt-contrib-less": "~0.5.2",
"grunt-contrib-requirejs": "~0.4.0",
"grunt-contrib-uglify": "~0.2.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-hustler": "0.11.2",
"grunt-regarde": "~0.1.1",
"gulp": "^3.8.7",
"gulp-concat": "^2.3.4",
"gulp-jshint": "^1.8.4",
"gulp-uglify": "^0.3.1",
"jshint-stylish": "^0.4.0",
"karma": "^0.12.21",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"load-grunt-tasks": "^0.6.0"
},
"dependencies": {
"bower": "^1.3.12",
"grunt-cli": "^0.1.13"
}
}