-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
57 lines (57 loc) · 1.49 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "BerryCamExpress",
"description": "BerryCamExpress",
"version": "0.0.4",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"start": "node ./app/berrycam-server.js"
},
"author": {},
"contributors": [
{
"name": "Jim Moore"
},
{
"name": "Steve Smith"
}
],
"licenses": [],
"dependencies": {
"express": "3.5.0",
"moment": "2.5.1",
"fs-extra": "~0.8.1",
"raspicam": "git+https://github.com/stevies/node-raspicam.git#master",
"mkdirp": "~0.3.5"
},
"devDependencies": {
"bower": "*",
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"jshint-stylish": "~0.1.5",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-less": "0.9.0",
"grunt-contrib-jasmine": "~0.5.3",
"grunt-template-jasmine-requirejs": "0.1.10",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-bower-requirejs": "~0.8.4",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-rev": "~0.1.0",
"grunt-autoprefixer": "~0.6.4",
"grunt-usemin": "~2.0.1",
"load-grunt-tasks": "~0.2.1",
"time-grunt": "~0.2.8",
"grunt-template-jasmine-istanbul": "0.2.6",
"grunt-string-replace": "0.2.7",
"grunt-npm-install": "~0.1.0",
"grunt-styleguide": "~0.2.14",
"grunt-connect-rewrite": "~0.2.1",
"grunt-contrib-compress": "~0.6.1"
}
}