-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.71 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.71 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "bananarama",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel": "^6.5.2",
"browser-sync": "^2.18.2",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.5",
"gulp-cssnano": "^2.1.2",
"gulp-html-prettify": "0.0.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-inject-string": "^1.1.0",
"gulp-jsonlint": "^1.2.0",
"gulp-nunjucks-render": "^2.0.0",
"gulp-print": "^2.0.1",
"gulp-remove-code": "^1.0.2",
"gulp-rename": "^1.2.2",
"gulp-replace-path": "^0.4.0",
"gulp-rsync": "0.0.7",
"gulp-sass": "^2.3.2",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.9.1",
"gulp-tattoo": "0.0.5",
"gulp-uglify": "^2.0.0",
"gulp-zip": "^3.2.0",
"i": "^0.3.5",
"jspm": "^0.16.48",
"merge-stream": "^1.0.1",
"npm": "^4.0.3",
"run-sequence": "^1.2.2"
},
"jspm": {
"directories": {
"baseURL": "app/js"
},
"dependencies": {
"babel": "npm:babel-core@^5.6.15",
"babel-runtime": "npm:babel-runtime@^5.6.15",
"jquery": "npm:jquery@^3.1.1",
"jquery-validation": "npm:jquery-validation@^1.16.0",
"normalize-scss": "npm:normalize-scss@^6.0.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.6.15",
"babel-runtime": "npm:babel-runtime@^5.6.15",
"core-js": "npm:core-js@^1.1.4"
},
"buildConfig": {
"sourceMaps": true,
"transpileES6": true,
"minify": true
}
},
"dependencies": {
"firebase": "^3.6.4"
}
}