-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.71 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.71 KB
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
{
"name": "css-patterns-workbench",
"version": "2.0.0",
"description": "CSS Patterns Workbench",
"author": "Glan Thomas <glanthomas@mac.com>",
"main": "./src/js/main.js",
"repository": "https://github.com/glan/CSS-Patterns-Workbench",
"issues": "https://github.com/glan/CSS-Patterns-Workbench/issues",
"scripts": {
"test": "gulp test"
},
"browserify": {
"transform": [
"hbsfy"
]
},
"devDependencies": {
"browserify": "^5.10.1",
"browserify-istanbul": "^3.0.1",
"connect-modrewrite": "^0.10.2",
"es5-shim": "^4.0.3",
"event-stream": "^3.1.7",
"gulp": "^4.0.2",
"gulp-browserify": "^0.5.0",
"gulp-changed": "^4.0.3",
"gulp-clean": "^0.4.0",
"gulp-connect": "^2.0.6",
"gulp-istanbul": "^1.1.3",
"gulp-jshint": "^2.1.0",
"gulp-karma": "0.0.4",
"gulp-less": "^5.0.0",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.2.2",
"gulp-template": "^5.0.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "0.4.0",
"gulp-war": "0.0.1",
"gulp-zip": "^5.1.0",
"hbsfy": "^2.0.0",
"istanbul": "^0.4.5",
"jshint-checkstyle-file-reporter": "0.0.1",
"jshint-stylish": "^0.4.0",
"karma": "^0.12.22",
"karma-browserify": "^0.2.1",
"karma-coverage": "^2.2.0",
"karma-jasmine": "~0.2.0",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "^0.1.9",
"karma-mocha-reporter": "^0.3.1",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"mocha": "^10.0.0",
"yargs": "^1.3.1"
},
"dependencies": {
"backbone": "^1.1.2",
"handlebars": "^4.7.7",
"jquery": "^3.6.0",
"jquery-ui": "^1.10.5",
"numeral": "^1.5.3",
"underscore": "^1.7.0",
"when": "^3.4.5"
}
}