forked from monbro/javascript-sdk-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.14 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
{
"name": "javascript-sdk-boilerplate",
"preferGlobal": true,
"analyze": false,
"version": "0.1.0",
"author": "Michael Klein <[email protected]>",
"description": "A JavaScript SDK Boilerplate",
"repository": {
"type": "git",
"url": "[email protected]/monbro/javascript-sdk-boilerplate.git"
},
"keywords": [
"sdk",
"boilerplate",
"api",
"javascript"
],
"dependencies": {
"js-yaml": "3.0.x",
"karma": "0.10.x",
"jshint": "~2.4.3",
"karma-jasmine": "~0.1.5",
"karma-junit-reporter": "~0.2.1",
"yargs": "~1.2.x",
"gulp-util": "~2.2.13",
"gulp": "~3.6.x",
"gulp-rename": "~0.2.2",
"gulp-concat": "~2.1.7",
"gulp-uglify": "~0.2.0",
"gulp-jshint": "~1.5.0",
"gulp-sass": "~0.7.1",
"gulp-debug": "~0.1.2",
"gulp-notify": "~1.0.0-beta",
"xml2js": "~0.4.x",
"sys": "0.0.1",
"colors": "0.6.2",
"gulp-size": "^0.3.1",
"gulp-bump": "^0.1.8",
"gulp-clean": "^0.2.4",
"jshint-stylish": "^0.2.0",
"gulp-task-listing": "^0.3.0",
"run-sequence": "^0.3.6",
"gulp-replace": "^0.3.0"
},
"engines": {
"node": ">=0.10",
"npm": "1.1.32"
}
}