Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
667 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "dependency-graph",
|
---|
| 3 | "description": "Simple dependency graph.",
|
---|
| 4 | "version": "0.11.0",
|
---|
| 5 | "author": "Jim Riecken <jriecken@gmail.com>",
|
---|
| 6 | "keywords": [
|
---|
| 7 | "dependency",
|
---|
| 8 | "graph"
|
---|
| 9 | ],
|
---|
| 10 | "license": "MIT",
|
---|
| 11 | "repository": {
|
---|
| 12 | "type": "git",
|
---|
| 13 | "url": "git://github.com/jriecken/dependency-graph.git"
|
---|
| 14 | },
|
---|
| 15 | "bugs": {
|
---|
| 16 | "url": "http://github.com/jriecken/dependency-graph/issues"
|
---|
| 17 | },
|
---|
| 18 | "main": "./lib/dep_graph.js",
|
---|
| 19 | "scripts": {
|
---|
| 20 | "test": "jasmine specs/**/*.js"
|
---|
| 21 | },
|
---|
| 22 | "dependencies": {},
|
---|
| 23 | "optionalDependencies": {},
|
---|
| 24 | "devDependencies": {
|
---|
| 25 | "jasmine": "3.5.0"
|
---|
| 26 | },
|
---|
| 27 | "engines": {
|
---|
| 28 | "node": ">= 0.6.0"
|
---|
| 29 | },
|
---|
| 30 | "types": "./lib/index.d.ts"
|
---|
| 31 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.