-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1010 Bytes
/
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
{
"name": "Biofoam",
"version": "0.0.2",
"description": "Frontend for AVANT.org",
"author": "B. Cedric Cogell",
"main": "_src/app.js",
"dependencies": {
},
"devDependencies": {
"bower": "^1.3.12",
"browser-sync": "^1.9.0",
"connect-modrewrite": "^0.7.9",
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-handlebars": "^3.0.1",
"gulp-requirejs": "^0.1.3",
"gulp-sass": "^1.3.2",
"gulp-wrap": "^0.10.0",
"lodash.map": "^2.4.1",
"merge-stream": "^0.1.7",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.2"
},
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "./node_modules/.bin/gulp watch",
"build": "./node_modules/.bin/gulp build:prod",
"install": "./node_modules/bower/bin/bower --allow-root install"
},
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git@github.com:AVANT/biofoam.git"
},
"config": {
"unsafe-perm":true
},
"private": "true",
"license": "CC BY-NC-SA"
}