-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
43 lines (43 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
42
43
{
"name": "all-about-flux",
"version": "0.0.0",
"description": "Getting started with Flux",
"main": "./",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rynclark/flux-getting-started.git"
},
"keywords": [
"flux"
],
"author": "Ryan Clark",
"license": "MIT",
"bugs": {
"url": "https://github.com/rynclark/flux-getting-started/issues"
},
"homepage": "https://github.com/rynclark/flux-getting-started",
"devDependencies": {
"browserify": "^5.10.1",
"connect-livereload": "~0.3.2",
"express": "~3.4.8",
"gulp": "^3.8.11",
"gulp-autoprefixer": "0.0.7",
"gulp-livereload": "^0.3.2",
"gulp-notify": "^1.2.5",
"gulp-plumber": "~0.5.6",
"gulp-preprocess": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^0.7.1",
"multipipe": "^0.1.1",
"reactify": "^0.17.1",
"tiny-lr": "0.0.5",
"vinyl-transform": "0.0.1"
},
"dependencies": {
"flux": "^2.0.1",
"object-assign": "^2.0.0"
}
}