-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 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
{
"name": "justin_timberlake_is_that_you",
"version": "1.0.0",
"description": "Webpage that will only be happy when he finds Justin Timberlake",
"repository": {
"type": "git",
"url": "TBD"
},
"main": "src/js/app.js",
"scripts": {
"build": "gulp build &",
"clean": "rm -rf build/ && mkdir build/ && sudo kill -2 `ps -ef | awk '/gulp/ && !/awk/ {print $2}'`",
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "beefy src/* --browserify $(which browserify) -t caching-coffeeify --live",
"setup": "npm install && npm run clean"
},
"author": "Kris Salvador",
"license": "ISC",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"beefy": "^2.1.6",
"buffer": "^5.0.6",
"caching-coffeeify": "^0.5.1",
"coffeeify": "^2.0.1",
"exorcist": "^0.4.0",
"fast-csv": "^2.4.0",
"gulp": "^3.9.1",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^1.12.0",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"merge": "^1.2.0",
"minifyify": "^7.3.2",
"moment": "^2.18.1",
"rename": "^1.0.4",
"source": "0.0.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"dependencies": {
"clarifai": "^2.2.0"
}
}