Projekt

Obecné

Profil

Stáhnout (631 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
  "name": "path-browserify",
3
  "version": "0.0.1",
4
  "description": "the path module from node core for browsers",
5
  "main": "index.js",
6
  "dependencies": {},
7
  "devDependencies": {
8
    "tape": "~1.0.4"
9
  },
10
  "scripts": {
11
    "test": "node test/test-path.js"
12
  },
13
  "repository": {
14
    "type": "git",
15
    "url": "git://github.com/substack/path-browserify.git"
16
  },
17
  "homepage": "https://github.com/substack/path-browserify",
18
  "keywords": [
19
    "path",
20
    "browser",
21
    "browserify"
22
  ],
23
  "author": {
24
    "name": "James Halliday",
25
    "email": "mail@substack.net",
26
    "url": "http://substack.net"
27
  },
28
  "license": "MIT"
29
}
(3-3/4)