-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 996 Bytes
/
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
{
"name": "mapsandtexts",
"version": "0.0.1",
"description": "literary cartography application",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:kirschbombe/mapsandtexts.git"
},
"dependencies": {
"gulp": "^3.9.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jshint": "1.10.0",
"gulp-less": "3.0.3",
"gulp-concat": "2.5.2",
"gulp-minify": "0.0.5",
"gulp-uglify": "1.2.0",
"del": "1.1.1",
"karma": "0.12.32",
"mocha": "2.2.5",
"karma-mocha": "0.1.10",
"karma-requirejs": "0.2.2",
"karma-chrome-launcher": "0.1.12",
"karma-firefox-launcher": "0.1.6",
"karma-safari-launcher": "0.1.1",
"karma-chai": "0.1.0",
"chai": "2.3.0",
"gulp-minify-css": "1.1.1",
"gulp-livereload": "3.8.0",
"bower": "1.4.1",
"requirejs": "2.1.17",
"gulp-sourcemaps": "1.5.2"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run --browsers Firefox"
}
}