-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.39 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
58
59
60
{
"name": "OpenFrame-Py",
"version": "0.1.0",
"description": "An open source platform for displaying digital artwork.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/jmwohl/OpenFrame-Py.git"
},
"keywords": [
"art",
"frame",
"open",
"source",
"rpi"
],
"author": "Jonathan Wohl & Ishac Bertran",
"license": "GPL v3",
"bugs": {
"url": "https://github.com/jmwohl/OpenFrame-Py/issues"
},
"homepage": "https://github.com/jmwohl/OpenFrame-Py",
"dependencies": {
"keymirror": "^0.1.1"
},
"devDependencies": {
"babelify": "^6.1.2",
"browserify": "^10.2.1",
"browserify-shim": "^3.8.7",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-html-replace": "^1.4.5",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.0",
"gulp-order": "^1.1.1",
"gulp-react": "^3.0.1",
"gulp-streamify": "0.0.5",
"gulp-uglify": "1.1.0",
"reactify": "^1.1.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "global:jQuery",
"react": "global:React",
"flux": "global:Flux",
"lodash": "global:_",
"swiper": "global:Swiper",
"ssm": "global:ssm",
"fastclick": "global:FastClick"
}
}