-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.36 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
{
"name": "imdone-mvp-boilerplate",
"version": "1.0.0",
"description": "MVP boilerplate using gulp, sass, bootstrap, bootswatch, font-awesome, jade and browserify",
"main": "gulpfile.js",
"dependencies": {
"node-static": "^0.7.7"
},
"devDependencies": {
"bootstrap-sass": "^3.3.6",
"bootswatch": "^3.3.6",
"browserify": "^13.0.0",
"common-web": "git://github.com/keen/common-web",
"envify": "^3.4.0",
"font-awesome": "^4.5.0",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-data": "^1.2.1",
"gulp-gh-pages": "^0.5.4",
"gulp-inject": "^3.0.0",
"gulp-jade": "^1.1.0",
"gulp-sass": "^2.1.1",
"gulp-serve": "^1.2.0",
"gulp-sourcemaps": "^1.6.0",
"jquery": "^2.2.0",
"keen-js": "^3.4.0-rc2",
"lodash": "^4.2.0",
"require-reload": "^0.2.2",
"run-sequence": "^1.1.5",
"typed.js": "git://github.com/mattboldt/typed.js",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imdone/imdone-mvp-boilerplate.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/imdone/imdone-mvp-boilerplate/issues"
},
"homepage": "https://github.com/imdone/imdone-mvp-boilerplate#readme"
}