source: trip-planner-front/node_modules/di/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.5 KB
Line 
1{
2 "_args": [
3 [
4 "di@0.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "di@0.0.1",
10 "_id": "di@0.0.1",
11 "_inBundle": false,
12 "_integrity": "sha1-gGZJMmzqp8qjMG112YXqJ0i6kTw=",
13 "_location": "/di",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "di@0.0.1",
19 "name": "di",
20 "escapedName": "di",
21 "rawSpec": "0.0.1",
22 "saveSpec": null,
23 "fetchSpec": "0.0.1"
24 },
25 "_requiredBy": [
26 "/karma"
27 ],
28 "_resolved": "https://registry.npmjs.org/di/-/di-0.0.1.tgz",
29 "_spec": "0.0.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Vojta Jina",
33 "email": "vojta.jina@gmail.com"
34 },
35 "bugs": {
36 "url": "https://github.com/vojtajina/node-di/issues"
37 },
38 "description": "Dependency Injection for Node.js. Heavily inspired by AngularJS.",
39 "devDependencies": {
40 "chai": "1.4.2",
41 "coffee-script": "1.4.0",
42 "grunt": "~0.4.0rc5",
43 "grunt-contrib-jshint": "~0.1.1rc5",
44 "grunt-simple-mocha": "~0.3.2",
45 "mocha": "1.8.1"
46 },
47 "homepage": "https://github.com/vojtajina/node-di#readme",
48 "keywords": [
49 "di",
50 "dependency",
51 "injection",
52 "injector"
53 ],
54 "license": "MIT",
55 "main": "lib/index.js",
56 "name": "di",
57 "repository": {
58 "type": "git",
59 "url": "git://github.com/vojtajina/node-di.git"
60 },
61 "scripts": {
62 "test": "mocha --compilers coffee:coffee-script test/*"
63 },
64 "version": "0.0.1"
65}
Note: See TracBrowser for help on using the repository browser.