-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "name-selector",
"description": "A name selector",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/fevrcoding/name-selector.git"
},
"author": {
"name": "Marco Solazzi",
"url": "https://github.com/dwightjack"
},
"contributors": [],
"main": "application/assets/javascripts/application.js",
"engines": {
"node": "~0.12.0"
},
"dependencies": {
"babel-plugin-external-helpers-2": "6.3.13",
"babel-polyfill": "6.3.14",
"gsap": "1.18.0",
"modernizr": "3.2.0",
"react": "0.14.3",
"react-dom": "0.14.3",
"react-redux": "4.0.2",
"redux": "3.0.5"
},
"devDependencies": {
"autoprefixer": "6.2.1",
"babel-core": "6.3.21",
"babel-loader": "6.2.0",
"babel-preset-es2015-loose": "6.1.3",
"babel-preset-react": "6.3.13",
"browser-sync": "2.10.1",
"customizr": "https://github.com/doctyper/customizr/tarball/develop",
"datauri": "0.8.0",
"del": "2.2.0",
"expect": "1.13.4",
"ftps": "0.4.0",
"glob": "6.0.1",
"gulp": "3.9.0",
"gulp-bump": "1.0.0",
"gulp-changed": "1.3.0",
"gulp-concat": "2.6.0",
"gulp-filter": "3.0.1",
"gulp-header": "1.7.1",
"gulp-if": "2.0.0",
"gulp-imagemin": "2.4.0",
"gulp-load-plugins": "1.1.0",
"gulp-minify-css": "1.2.2",
"gulp-mocha": "2.2.0",
"gulp-notify": "2.2.0",
"gulp-plumber": "1.0.1",
"gulp-postcss": "6.0.1",
"gulp-rename": "1.2.2",
"gulp-rev": "6.0.1",
"gulp-rev-replace": "0.4.2",
"gulp-sass": "2.1.1",
"gulp-size": "2.0.0",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.1",
"gulp-useref": "3.0.4",
"gulp-util": "3.0.7",
"hasbin": "1.1.3",
"image-size": "0.4.0",
"imports-loader": "0.6.5",
"inquirer": "0.11.0",
"jsdom": "7.2.1",
"lazypipe": "1.0.1",
"lodash": "3.10.1",
"lorem-ipsum": "1.0.3",
"marked": "0.3.5",
"mkdirp": "0.5.1",
"mocha": "2.3.4",
"moment": "2.10.6",
"nunjucks": "2.2.0",
"nunjucks-markdown": "1.1.0",
"postcss-color-rgba-fallback": "2.0.0",
"postcss-pseudoelements": "3.0.0",
"react-addons-test-utils": "0.14.3",
"redux-logger": "2.3.1",
"rsyncwrapper": "0.4.3",
"run-sequence": "1.1.5",
"semver": "5.1.0",
"ssh2": "0.4.12",
"through2": "2.0.0",
"webpack": "1.12.9",
"yargs": "3.31.0"
}
}