-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 KB
/
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
40
41
{
"name": "gallery",
"version": "1.0.0",
"description": "Photo gallery app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erikawho/gallery.git"
},
"author": "Erika Hokanson",
"license": "MIT",
"bugs": {
"url": "https://github.com/erikawho/gallery/issues"
},
"homepage": "https://github.com/erikawho/gallery#readme",
"devDependencies": {
"angular": "^1.5.0",
"angular-mocks": "^1.5.0",
"babel-core": "^6.6.5",
"babel-loader": "^6.2.4",
"gulp-minify-css": "^1.2.4",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"html-loader": "^0.4.3",
"jasmine-core": "^2.4.1",
"karma": "^0.13.21",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"mocha": "^2.3.4",
"phantomjs-prebuilt": "^2.1.5",
"webpack": "^1.12.14"
},
"dependencies": {
"express": "^4.13.4"
}
}