aboutsummaryrefslogtreecommitdiff
path: root/node_modules/ms/package.json
blob: a4e5bb603dfffa87b20de2e5ab7f2ad1d12c9393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "ms",
  "version": "0.7.1",
  "description": "Tiny ms conversion utility",
  "repository": {
    "type": "git",
    "url": "git://github.com/guille/ms.js.git"
  },
  "main": "./index",
  "devDependencies": {
    "mocha": "*",
    "expect.js": "*",
    "serve": "*"
  },
  "component": {
    "scripts": {
      "ms/index.js": "index.js"
    }
  }
}