Last change
on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
759 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "pinkie",
|
---|
3 | "version": "2.0.4",
|
---|
4 | "description": "Itty bitty little widdle twinkie pinkie ES2015 Promise implementation",
|
---|
5 | "license": "MIT",
|
---|
6 | "repository": "floatdrop/pinkie",
|
---|
7 | "author": {
|
---|
8 | "name": "Vsevolod Strukchinsky",
|
---|
9 | "email": "floatdrop@gmail.com",
|
---|
10 | "url": "github.com/floatdrop"
|
---|
11 | },
|
---|
12 | "engines": {
|
---|
13 | "node": ">=0.10.0"
|
---|
14 | },
|
---|
15 | "scripts": {
|
---|
16 | "test": "xo && nyc mocha",
|
---|
17 | "coverage": "nyc report --reporter=text-lcov | coveralls"
|
---|
18 | },
|
---|
19 | "files": [
|
---|
20 | "index.js"
|
---|
21 | ],
|
---|
22 | "keywords": [
|
---|
23 | "promise",
|
---|
24 | "promises",
|
---|
25 | "es2015",
|
---|
26 | "es6"
|
---|
27 | ],
|
---|
28 | "devDependencies": {
|
---|
29 | "core-assert": "^0.1.1",
|
---|
30 | "coveralls": "^2.11.4",
|
---|
31 | "mocha": "*",
|
---|
32 | "nyc": "^3.2.2",
|
---|
33 | "promises-aplus-tests": "*",
|
---|
34 | "xo": "^0.10.1"
|
---|
35 | }
|
---|
36 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.