-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 783 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 783 Bytes
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
{
"name": "tdd-js-inaction",
"version": "0.1.0",
"description": "Testable JavaScript in Action",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/patrickdelancy/TddJavaScriptWorkshop.git"
},
"devDependencies": {
"gulp": "~3.6.1",
"gulp-jasmine": "~0.2.0",
"gulp-browserify": "~0.5.0",
"gulp-connect": "~2.0.5",
"gulp-watch": "~0.6.2",
"gulp-grep-stream": "0.0.2",
"gulp-jshint": "~1.5.3",
"jshint-stylish": "~0.1.5",
"gulp-compass": "~1.1.8",
"gulp-livereload": "~1.3.1",
"gulp-minify-css": "~0.3.1",
"gulp-file-include": "~0.2.1",
"gulp-notify": "~1.2.5",
"gulp-istanbul": "~0.1.1"
},
"dependencies": {
"jquery": "~2.1.0"
},
"scripts": {
"test": "gulp test"
}
}