forked from Empirical-org-Archive/Quill-Writer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1014 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1014 Bytes
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
{
"name": "StoryBook",
"version": "0.1.22",
"repository": "git@github.com:Empirical-Org/Story Book.git",
"scripts": {},
"dependencies": {},
"devDependencies": {
"brfs": "^1.2.0",
"connect-livereload": "^0.3.2",
"express": "^3.4.8",
"grunt": "~0.4.1",
"grunt-webfont": "~0.2.2",
"gulp": "^3.5.2",
"gulp-angular-templatecache": "^1.1.1",
"gulp-concat": "^2.1.7",
"gulp-imagemin": "^0.1.5",
"gulp-inject": "^0.4.1",
"gulp-livereload": "^1.2.0",
"gulp-load-plugins": "~0.3.0",
"gulp-minify-css": "^0.3.0",
"gulp-plumber": "^0.5.6",
"gulp-rev": "^0.3.0",
"gulp-rimraf": "0.0.9",
"gulp-sass": "^0.7.1",
"gulp-size": "~0.1.2",
"gulp-streamify": "0.0.4",
"gulp-uglify": "^0.2.1",
"gulp-util": "^2.2.14",
"main-bower-files": "^2.0.0",
"node-sass": "~0.7.0",
"tiny-lr": "0.0.5",
"underscore": "^1.7.0",
"vinyl-source-stream": "^0.1.1",
"watchify": "^0.6.3"
},
"engines": {
"node": "0.10.x"
}
}