-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.48 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
{
"name": "personality-insights-input",
"version": "1.0.4",
"description": "Generate valid input for Personality Insights service.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:personality-insights/input.git"
},
"keywords": [
"personality",
"insights",
"personality",
"input",
"content",
"items",
"text"
],
"author": "Ary Pablo Batista <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ibm-silvergate/personality-insights-input/issues"
},
"homepage": "https://github.com/ibm-silvergate/personality-insights-input#readme",
"dependencies": {},
"devDependencies": {
"babelify": "^7.2.0",
"coffee": "^2.0.0",
"coffee-script": "^1.10.0",
"envify": "^3.4.0",
"event-stream": "^3.3.2",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.3.2",
"gulp-coffee": "^2.3.2",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.2",
"gulp-filter": "^3.0.1",
"gulp-flatten": "^0.2.0",
"gulp-if": "^1.2.5",
"gulp-jade": "^1.1.0",
"gulp-jslint": "^0.2.2",
"gulp-jsonminify": "^1.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-nodemon": "^2.0.6",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"optional": "^0.1.3",
"run-sequence": "^1.1.5",
"through2": "^2.0.1"
}
}