Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
966 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "parse-node-version",
|
---|
3 | "version": "1.0.1",
|
---|
4 | "description": "Turn node's process.version into something useful.",
|
---|
5 | "author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
|
---|
6 | "contributors": [
|
---|
7 | "Blaine Bublitz <blaine.bublitz@gmail.com>"
|
---|
8 | ],
|
---|
9 | "repository": "gulpjs/parse-node-version",
|
---|
10 | "license": "MIT",
|
---|
11 | "engines": {
|
---|
12 | "node": ">= 0.10"
|
---|
13 | },
|
---|
14 | "main": "index.js",
|
---|
15 | "files": [
|
---|
16 | "LICENSE",
|
---|
17 | "index.js"
|
---|
18 | ],
|
---|
19 | "scripts": {
|
---|
20 | "lint": "eslint .",
|
---|
21 | "pretest": "npm run lint",
|
---|
22 | "test": "mocha --async-only",
|
---|
23 | "cover": "istanbul cover _mocha --report lcovonly",
|
---|
24 | "coveralls": "npm run cover && istanbul-coveralls"
|
---|
25 | },
|
---|
26 | "dependencies": {},
|
---|
27 | "devDependencies": {
|
---|
28 | "eslint": "^2.13.0",
|
---|
29 | "eslint-config-gulp": "^3.0.1",
|
---|
30 | "expect": "^1.20.2",
|
---|
31 | "istanbul": "^0.4.3",
|
---|
32 | "istanbul-coveralls": "^1.0.3",
|
---|
33 | "mocha": "^3.5.3"
|
---|
34 | },
|
---|
35 | "keywords": [
|
---|
36 | "process.version",
|
---|
37 | "node version",
|
---|
38 | "version parse"
|
---|
39 | ]
|
---|
40 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.