-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
55 lines (55 loc) · 1.37 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
{
"name": "garnishjs",
"description": "Garnish UI toolkit",
"main": "gulpfile.js",
"scripts": {
"test": "gulp test",
"build": "gulp build",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "https://github.com/pixelandtonic/Garnish.git"
},
"keywords": [
"garnish",
"ui",
"toolkit"
],
"author": "Brandon Kelly",
"bugs": {
"url": "https://github.com/pixelandtonic/Garnish/issues"
},
"homepage": "https://github.com/pixelandtonic/Garnish",
"devDependencies": {
"bower": "^1.7.9",
"browserify": "^13.1.0",
"browserify-istanbul": "^0.2.1",
"coveralls": "^2.11.12",
"gulp": "^3.9.1",
"gulp-bower": "0.0.13",
"gulp-concat": "^2.6.0",
"gulp-insert": "^0.5.0",
"gulp-jsdoc3": "^0.3.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^1.9.1",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.6",
"jasmine-core": "^2.4.1",
"karma": "^1.2.0",
"karma-browserify": "^5.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-requirejs": "^1.0.0",
"requirejs": "^2.2.0",
"watchify": "^3.7.0",
"yargs": "^4.2.0"
},
"dependencies": {},
"version": "0.1.48"
}