-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "biojs-io-snipspector",
"description": "A simple snippet parser",
"version": "0.0.8",
"homepage": "http://github.com/biojs-edu/biojs-io-snipspector",
"repository": {
"type": "git",
"url": "git://github.com/biojs-edu/biojs-io-snipspector"
},
"author": {
"name": "BioJS",
"email": "[email protected]"
},
"dependencies": {
"nets": "^1.0.0"
},
"devDependencies": {
"browserify": "~4.2.0",
"chai": "^1.9.1",
"mocha": "~1.20.1",
"nock": "^0.46.0",
"uglify-js": "~2.4.15"
},
"keywords": [
"biojs", "snippets"
],
"main": "./index.js",
"scripts": {
"test": "mocha --reporter spec",
"prepublish": "npm run test; npm run build-browser",
"build-browser": "browserify browser.js > biojs-io-snipspector.min.js"
},
"shields": {
"build": {
"img": "https://travis-ci.org/biojs-edu/biojs-io-snipspector.svg?branch=master",
"href": "https://travis-ci.org/biojs-edu/biojs-io-snipspector"
}
},
"license": "Apache 2"
}