-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 881 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
{
"name": "auptix",
"version": "0.0.0",
"description": "Create color palettes using audio tones.",
"main": "app.js",
"dependencies": {},
"devDependencies": {
"browserify": "9.0.3",
"gulp": "^3.9.1",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-util": "^3.0.8",
"pretty-hrtime": "^1.0.0",
"require-dir": "^0.3.0",
"vinyl": "^0.4.6",
"vinyl-transform": "^1.0.0",
"watchify": "^3.3.1"
},
"scripts": {
"start": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dtateii/auptix.git"
},
"author": "Dave Tate",
"license": "ISC",
"bugs": {
"url": "https://github.com/dtateii/auptix/issues"
},
"homepage": "https://github.com/dtateii/auptix#readme"
}