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:
560 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "url",
|
---|
| 3 | "description": "The core `url` packaged standalone for use with Browserify.",
|
---|
| 4 | "version": "0.11.0",
|
---|
| 5 | "dependencies": {
|
---|
| 6 | "punycode": "1.3.2",
|
---|
| 7 | "querystring": "0.2.0"
|
---|
| 8 | },
|
---|
| 9 | "main": "./url.js",
|
---|
| 10 | "devDependencies": {
|
---|
| 11 | "assert": "1.1.1",
|
---|
| 12 | "mocha": "1.18.2",
|
---|
| 13 | "zuul": "3.3.0"
|
---|
| 14 | },
|
---|
| 15 | "scripts": {
|
---|
| 16 | "test": "mocha --ui qunit test.js && zuul -- test.js",
|
---|
| 17 | "test-local": "zuul --local -- test.js"
|
---|
| 18 | },
|
---|
| 19 | "repository": {
|
---|
| 20 | "type": "git",
|
---|
| 21 | "url": "https://github.com/defunctzombie/node-url.git"
|
---|
| 22 | },
|
---|
| 23 | "license": "MIT"
|
---|
| 24 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.