forked from nswbmw/appoint
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 714 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 714 Bytes
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
{
"name": "appoint",
"version": "1.1.1",
"description": "Another Promise/A+ implementation.",
"main": "appoint.js",
"keywords": [
"promise",
"promise-aplus"
],
"scripts": {
"test": "mocha ./test.js"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nswbmw/appoint.git"
},
"bugs": {
"url": "https://github.com/nswbmw/appoint/issues"
},
"dependencies": {},
"devDependencies": {
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "2.9.0",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.7.0",
"eslint-plugin-standard": "3.0.1",
"mocha": "^3.2.0",
"promises-aplus-tests": "^2.1.2"
}
}