forked from paxswill/evesrp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.57 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
54
55
56
57
58
{
"name": "evesrp",
"version": "0.10.6",
"description": "",
"main": "evesrp/static.js/main.coffee",
"dependencies": {
"bootstrap": "^3.3.5",
"browserify": "^11.0.1",
"cldr-data": "^31.0.2",
"cldrjs": "^0.5.0",
"clipboard": "^1.5.10",
"coffee-script": "^1.9.3",
"coffeeify": "^1.1.0",
"exorcist": "^0.4.0",
"font-awesome": "^4.5.0",
"globalize": "^1.3.0",
"globalize-compiler": "^1.0.0",
"handlebars": "^3.0.3",
"hbsfy": "^2.2.1",
"iana-tz-data": "^2017.1.0",
"jed": "^1.1.0",
"jquery": "^2.1.4",
"less": "^2.5.1",
"linkifyjs": "^2.0.0-beta.9",
"phantomjs2": "^2.2.0",
"po2json": "^0.4.1",
"selectize": "^0.12.1",
"sprintf-js": "^1.0.3",
"uglify-js": "^2.7.3",
"underscore": "^1.8.3",
"underscore.string": "^3.2.0",
"zeroclipboard": "^2.2.0"
},
"devDependencies": {
"browserify-coffee-coverage": "^1.1.1",
"browserify-istanbul": "^0.2.1",
"coveralls": "^2.11.6",
"istanbul": "^0.4.2",
"mathjs": "^2.6.0",
"mocha": "^2.2.5",
"mocha-phantomjs-core": "^2.0.1",
"sinon": "^1.17.2"
},
"scripts": {
"test": "mocha --compilers coffee:coffee=script/register --reporter dot --ui tdd test_javascript/*.coffee"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paxswill/evesrp.git"
},
"author": "Will Ross <[email protected]> (https://paxswill.com)",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/paxswill/evesrp/issues"
},
"homepage": "https://github.com/paxswill/evesrp#readme",
"private": true
}