forked from bramstein/promis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "promis",
"version": "1.1.4",
"description": "A small embeddable Promise polyfill",
"main": "promise.js",
"dependencies": {},
"devDependencies": {
"expect.js": "~0.3.1",
"extend": "^2.0.1",
"grunt": "^0.4.5",
"grunt-closurecompiler": "^0.9.9",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-exec": "^0.4.6",
"grunt-mocha-test": "^0.12.7",
"load-grunt-tasks": "3.2.0",
"mocha": "~2.2.5",
"promises-aplus-tests": "~2.1.0"
},
"keywords": [
"promise",
"promises",
"promise-aplus",
"promises-aplus",
"closure compiler",
"async",
"deferred",
"await",
"defer"
],
"scripts": {
"test": "grunt test"
},
"homepage": "https://github.com/bramstein/promis",
"repository": {
"type": "git",
"url": "[email protected]:bramstein/promis.git"
},
"bugs": "https://github.com/bramstein/promis/issues",
"author": "Bram Stein <[email protected]> (http://www.bramstein.com)",
"license": "BSD"
}