~ubuntu-branches/ubuntu/wily/node-debug/wily-proposed

« back to all changes in this revision

Viewing changes to node_modules/ms/package.json

  • Committer: Package Import Robot
  • Author(s): Leo Iannacone
  • Date: 2014-10-04 16:00:20 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20141004160020-qu28335nb0pja8ei
Tags: 2.0.0+dfsg-1
* Imported Upstream version 2.0.0
* Repackaged to exclude pre-compiled files
  - d/watch: add dversionmangle
* Add autopkgtest to require debug module
* Bundle module "ms" as patch, it is exported as "humanize":
  - d/install install ms module locally
  - update d/copyright to ms module 
* d/install: update to new install correct files
* d/copyright: add upstream-contact

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "name": "ms",
 
3
  "version": "0.6.2",
 
4
  "description": "Tiny ms conversion utility",
 
5
  "repository": {
 
6
    "type": "git",
 
7
    "url": "git://github.com/guille/ms.js.git"
 
8
  },
 
9
  "main": "./index",
 
10
  "devDependencies": {
 
11
    "mocha": "*",
 
12
    "expect.js": "*",
 
13
    "serve": "*"
 
14
  },
 
15
  "component": {
 
16
    "scripts": {
 
17
      "ms/index.js": "index.js"
 
18
    }
 
19
  }
 
20
}