-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 889 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 889 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": "sequenc.io",
"version": "0.0.1",
"description": "Sequence jobs at ease",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"keywords": [
"phantomjs",
"url",
"frame",
"capture",
"video"
],
"author": "eleventigers jokubas@harmonypark.net",
"license": "BSD",
"dependencies": {
"express": "~3.4.0",
"request": "~2.27.0",
"config": "~0.4.29",
"phantomjs": "~1.9.2-0",
"node-uuid": "~1.4.1",
"kue": "git://github.com/harmonypark/kue",
"lodash": "~2.0.0",
"q": "~0.9.7",
"fs2": "~0.1.5",
"redis": "~0.8.4",
"knox": "~0.8.6",
"mime": "~1.2.11",
"newrelic": "~0.11.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"matchdep": "~0.1.2",
"grunt-nodemon": "~0.1.1"
},
"engines": {
"node": ">=0.10.13",
"npm": "1.3.2"
}
}