-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
40 lines (40 loc) · 940 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": "bitcoinprices",
"version": "0.2.2",
"description": "bitcoinprices.js is a JavaScript library for presenting Bitcoin prices with currency conversion",
"main": "bitcoinprices.js",
"scripts": {
"test": "mocha-phantomjs tests/tests.html"
},
"repository": {
"type": "git",
"url": "git://github.com/miohtama/bitcoin-prices.git"
},
"keywords": [
"bitcoin",
"exchange rate",
"market data",
"currency",
"bitcoinaverage"
],
"author": "Mikko Ohtamaa <[email protected]> (http://opensourcehacker.com)",
"license": "MIT",
"devDependencies": {
"jquery": "2.1.0-beta3",
"mocha": "~1.16.2",
"chai": "~1.8.1",
"mocha-phantomjs": "~3.3.1",
"phantomjs": "~1.9.2-6",
"uglify-js": "~2.4.8",
"npm-release": "0.0.4-3"
},
"npmName": "bitcoinprices",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*.js"
]
}
]
}