-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.27 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.27 KB
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
{
"name": "brewbench-steps",
"version": "0.0.1",
"sketch_version": "0.0.1",
"description": "BrewBench Steps is an Arduino step processing front end.",
"main": "dist/app.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brewbench/steps.git"
},
"keywords": [
"Arduino",
"brewing"
],
"author": {
"name": "Andrew Van Tassel",
"email": "andrew@andrewvantassel.com",
"url": "https://github.com/avantassel"
},
"contributors": [
{
"name": "Andrew Van Tassel",
"email": "andrew@andrewvantassel.com",
"url": "https://github.com/avantassel"
},
{
"name": "Greg Kallfa",
"url": "http://www.visionquestbrewing.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/brewbench/steps/issues"
},
"homepage": "http://steps.brewbench.co",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.8",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"mocha": "^3.3.0"
}
}