blob: dd6714ba4374174de3b1aed508bc76ef3da862cb [file] [log] [blame]
Matteo Scandolobb2e5b82015-10-06 11:58:31 +02001{
2 "name": "xoslib",
3 "version": "0.0.0",
4 "description": "Add to the following in settings.py",
5 "main": "index.js",
6 "scripts": {
Matteo Scandolo9d37ce12015-10-06 12:32:24 +02007 "test": "karma start",
8 "lint": "eslint ."
Matteo Scandolobb2e5b82015-10-06 11:58:31 +02009 },
10 "author": "",
11 "license": "BSD-2-Clause",
12 "devDependencies": {
13 "karma": "~0.13.10",
14 "jasmine-core": "~2.3.4",
15 "karma-jasmine": "~0.3.6",
16 "phantomjs": "~1.9.18",
17 "karma-phantomjs-launcher": "~0.2.1",
Matteo Scandolo27d946a2015-10-06 12:09:24 +020018 "karma-mocha-reporter": "~1.1.1",
Matteo Scandolo9d37ce12015-10-06 12:32:24 +020019 "karma-babel-preprocessor": "~5.2.2",
20 "eslint": "~1.6.0"
Matteo Scandolobb2e5b82015-10-06 11:58:31 +020021 }
22}