-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 839 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 839 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
{
"name": "js-furtive-watch",
"private": true,
"version": "0.0.0",
"description": "The Furtive Javascript library",
"repository": "https://github.com/sefvef/js-furtive-watch",
"license": "MIT",
"devDependencies": {
"cool-reporter": "^0.1.51",
"del": "^1.2.0",
"gulp": "~3.8.11",
"gulp-concat": "~2.5.2",
"gulp-jsdoc": "^0.1.4",
"gulp-jshint": "^1.11.0",
"gulp-karma": "0.0.4",
"gulp-uglify": "~1.2.0",
"karma": "~0.10",
"karma-chrome-launcher": "^0.1.12",
"karma-coverage": "^0.3.1",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "~0.1.0",
"karma-junit-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"merge-stream": "^0.1.7",
"plato": "^1.4.0"
},
"dependencies": {
"lodash": "^3.10.1"
}
}