-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1022 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1022 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
36
37
38
39
40
41
42
43
{
"name": "persistiq",
"version": "1.0.3",
"description": "API wrapper for persistiq.com",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"api",
"node-persistiq",
"persistiq",
"email",
"curl",
"wrapper"
],
"author": "Luis Correia <luiscorreia.ist@gmail.com> (http://www.popcornmetrics.com)",
"repository": {
"type": "git",
"url": "git://github.com/lfceng/persistiq.git"
},
"homepage": "https://github.com/lfceng/persistiq",
"license": "MIT",
"dependencies": {
"debug": "2.1.0",
"lodash": "2.4.1",
"q": "1.0.1",
"qs": "2.3.1",
"request": "^2.0.0"
},
"devDependencies": {
"docker": "~0.2.8",
"grunt": "~0.4.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-docker": "0.0.5",
"grunt-gh-pages": "~0.10.0",
"grunt-shell": "~0.3.0",
"grunt-string-replace": "^1.1.1",
"matchdep": "~0.1.1",
"describe": "1.2.0"
}
}