-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.91 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.91 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@facetdev/node-ioc-container",
"version": "1.1.6",
"description": "Library with a simple IOC container for node projects",
"main": "index.js",
"scripts": {
"build": "NODE_ENV=production gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AttackPattern/node-ioc-container.git"
},
"author": "Facet Development <hello@facetdev.com>",
"license": "MIT",
"engines": {
"node": ">=6.9.5"
},
"bugs": {
"url": "https://github.com/AttackPattern/node-ioc-container/issues"
},
"homepage": "https://github.com/AttackPattern/node-ioc-container#readme",
"dependencies": {
"reflect-metadata": "0.1.12",
"uuid": "3.3.2"
},
"devDependencies": {
"@babel/cli": "7.2.0",
"@babel/core": "7.2.0",
"@babel/plugin-proposal-class-properties": "7.2.1",
"@babel/plugin-proposal-decorators": "7.2.0",
"@babel/plugin-proposal-export-default-from": "7.2.0",
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
"@babel/plugin-proposal-object-rest-spread": "7.2.0",
"@babel/plugin-proposal-optional-chaining": "7.2.0",
"@babel/polyfill": "7.0.0",
"@babel/preset-env": "7.2.0",
"@babel/register": "7.0.0",
"@babel/runtime": "7.2.0",
"babel-eslint": "10.0.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"del": "3.0.0",
"eslint": "5.10.0",
"gulp": "4.0.0",
"gulp-babel": "8.0.0",
"gulp-cached": "1.1.1",
"gulp-changed": "3.2.0",
"gulp-debug": "4.0.0",
"gulp-eslint": "5.0.0",
"gulp-if": "2.0.2",
"gulp-istanbul": "1.1.3",
"gulp-load-plugins": "1.5.0",
"gulp-mocha": "6.0.0",
"gulp-remember": "1.0.1",
"gulp-size": "3.0.0",
"gulp-sourcemaps": "2.6.4",
"gulp-uglify": "3.0.1",
"gulp-util": "3.0.8",
"jshint-stylish": "2.2.1",
"mocha": "5.2.0",
"node-mocks-http": "1.7.3",
"proxyquire": "2.1.0",
"sinon": "7.2.0",
"supertest": "3.3.0"
}
}