-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 907 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 907 Bytes
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
{
"name": "LepBlast",
"description": "powered by SequenceServer",
"version": "1.0.0-2",
"homepage": "http://blast.lepbase.org",
"repository": "https://bitbucket.org/lepbase/lepbase-sequenceserver",
"author": {
"name": "Anurag Priyam",
"email": "anurag08priyam@gmail.com"
},
"dependencies": {
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-html": "2.0.0",
"grunt-bootlint": "0.7.0",
"grunt-contrib-csslint": "0.4.0",
"grunt-contrib-jshint": "0.11.0",
"grunt-contrib-cssmin": "0.11.0",
"grunt-contrib-uglify": "0.4.0",
"grunt-contrib-copy": "0.7.0",
"grunt-contrib-compress": "0.13.0"
},
"scripts": {
"cop": "grunt cop",
"build": "grunt build"
}
}