-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
64 lines (64 loc) · 1.58 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"_debug": true,
"name": "project-kit",
"version": "1.1.0",
"description": "A project boilerplate with batteries included",
"keywords": [
"kit",
"generator",
"boilerplate"
],
"private": true,
"author": "Vulcan Estudios (vulcan-estudios.com)",
"contributors": [
{
"name": "Romel Pérez",
"email": "[email protected]",
"url": "http://romelperez.com"
}
],
"license": "MIT",
"homepage": "https://github.com/vulcan-estudios/project-kit",
"repository": {
"type": "git",
"url": "https://github.com/vulcan-estudios/project-kit.git"
},
"bugs": {
"url": "https://github.com/vulcan-estudios/project-kit/issues"
},
"main": "app.js",
"scripts": {
"build": "gulp build"
},
"dependencies": {
"babel-polyfill": "^6.2.0",
"babel-preset-es2015": "^6.5.0",
"babelify": "^7.2.0",
"backbone": "^1.3.3",
"browserify": "^13.0.0",
"express": "^4.13.4",
"extend": "^3.0.0",
"foundation-sites": "6.2.x",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.0.7",
"gulp-if": "^2.0.1",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"jquery": "^2.2.4",
"motion-ui": "1.2.x",
"pathmodify": "^0.5.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"string": "^3.3.1",
"stringify": "^5.1.0",
"underscore": "^1.8.3",
"vinyl-source-stream": "^1.1.0"
}
}