-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 823 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 823 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
32
33
34
35
{
"name": "codeine_node_utils",
"version": "0.0.21",
"description": "NodeJs package with some of codeine API methods",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"dependencies": {
"busywait": "^1.0.10",
"q": "^1.1.2",
"request": "^2.49.0",
"underscore": "^1.8.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines" : {
"node" : ">=6.11.3"
},
"repository": {
"type": "git",
"url": "https://github.com/codeine-cd/codeine_node_utils.git"
},
"author": {
"name": "Roi ezra",
"email": "ezraroi@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/codeine-cd/codeine_node_utils/issues"
},
"homepage": "https://github.com/codeine-cd/codeine_node_utils"
}