This repository was archived by the owner on Apr 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.61 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
61
62
63
64
65
66
67
{
"dependencies": {},
"description": "starter dizmo for developers",
"devDependencies": {
"browserify": "^14.1.0",
"gulp": "^3.9.1",
"gulp-copy": "^1.0.0",
"gulp-eslint": "^3.0.1",
"gulp-htmlmin": "^3.0.0",
"gulp-plist": "^0.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"gulp-ver": "^0.1.0",
"gulp-zip": "^4.0.0",
"lodash": "^4.17.4",
"rimraf": "^2.5.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"dizmo": {
"build": {
"lint": true,
"minify": {
"markups": true,
"scripts": true,
"styles": true
}
},
"settings": {
"bundle-name": "IBM Tone Analyzer",
"bundle-identifier": "com.ibm.toneanalyzer",
"display-name": "IBM Tone Analyzer",
"height": 300,
"width": 250
}
},
"keywords": [
"analyzer",
"dizmo",
"tone"
],
"license": "ISC",
"name": "IbmToneAnalyzer",
"person": {
"name": "Hasan Karahan",
"email": "[email protected]"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/dizmo/toneAnalyzer"
},
"scripts": {
"clean": "node ./node_modules/gulp/bin/gulp.js clean",
"install": "node ./node_modules/gulp/bin/gulp.js install",
"lint": "node ./node_modules/gulp/bin/gulp.js lint",
"make": "node ./node_modules/gulp/bin/gulp.js",
"test": "exit 0",
"watch": "node ./node_modules/gulp/bin/gulp.js watch"
},
"version": "1.0.0"
}