-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.06 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
{
"name": "taters",
"version": "0.0.0",
"description": "Flickr photo feed of potatoes",
"main": "gulpfile.js",
"directories": {
"test": "tests"
},
"dependencies": {
"bower": "~1.4.1"
},
"devDependencies": {
"browser-sync": "~2.8.0",
"del": "~2.0.2",
"gulp": "~3.9.0",
"gulp-clean": "~0.3.1",
"gulp-concat": "~2.5.2",
"gulp-inject": "~1.5.0",
"gulp-jasmine": "~2.1.0",
"gulp-jshint": "~1.11.2",
"gulp-minify-css": "~0.3.13",
"gulp-rename": "~1.2.2",
"gulp-replace-task": "~0.2.3",
"gulp-sass": "~2.0.0",
"jasmine-core": "~2.3.4",
"karma": "~0.13.0",
"karma-chrome-launcher": "~0.2.0",
"karma-coverage": "~0.5.2",
"karma-jasmine": "~0.3.6",
"karma-phantomjs-launcher": "~0.2.1",
"karma-requirejs": "~0.2.2",
"karma-spec-reporter": "0.0.20",
"node-sass": "~3.3.3",
"phantomjs": "~1.9.18"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"author": "Kraig Keller",
"license": ""
}