UNPKG

711 BJSONView Raw
1{
2 "name": "npm-expansions",
3 "description": "What does n-p-m stand for?",
4 "version": "2.2.4",
5 "author": "Zeke Sikelianos <zeke@sikelianos.com> (http://zeke.sikelianos.com/)",
6 "bugs": {
7 "url": "https://github.com/npm/npm-expansions/issues"
8 },
9 "devDependencies": {
10 "tap": "^0.4.13"
11 },
12 "homepage": "https://github.com/npm/npm-expansions",
13 "keywords": [
14 "abbreviations",
15 "acronym",
16 "names",
17 "naming-is-hard",
18 "npm"
19 ],
20 "license": "ISC",
21 "main": "expansions.json",
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/npm/npm-expansions"
25 },
26 "scripts": {
27 "prepublish": "npm test",
28 "pretest": "node build.js",
29 "test": "tap test"
30 }
31}