-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.09 KB
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
{
"name": "scorage-rest",
"version": "1.0.0",
"description": "0.0.1",
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register ./test/**/*.js",
"compile": "babel -d lib/ src/",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HolyMeekrob/scorage-rest.git"
},
"keywords": [
"scorage",
"rest",
"api"
],
"author": "Andy Steinberg <holy.meekrob@gmail.com> (http://www.epicaricacy.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/HolyMeekrob/scorage-rest/issues"
},
"homepage": "https://github.com/HolyMeekrob/scorage-rest#readme",
"devDependencies": {
"babel-cli": "^6.1.2",
"babel-polyfill": "^6.0.16",
"babel-preset-es2015": "^6.1.2",
"chai": "^3.3.0",
"eslint": "^1.8.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-exit": "0.0.2",
"gulp-mocha": "^2.1.3",
"gulp-nodemon": "^2.0.4",
"mocha": "^2.3.3",
"proxyquire": "^1.7.3",
"sinon": "^1.17.1",
"supertest": "^1.1.0"
},
"dependencies": {
"koa": "^1.1.0",
"koa-body": "^1.3.0",
"koa-router": "^5.2.3"
}
}