-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathpackage.json
49 lines (49 loc) · 1.15 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
{
"name": "react-signup-form",
"version": "0.0.0",
"description": "example singup form in react.js",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "https://github.com/mikepro4/react-signup-form.git"
},
"keywords": [
"react",
"form",
"input",
"validation"
],
"author": "Mikhail Proniushkin",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/mikepro4/react-signup-form/issues"
},
"scripts": {
"start": "node_modules/gulp/bin/gulp.js"
},
"devDependencies": {
"browserify": "^6.2.0",
"glob": "^4.0.6",
"gulp": "^3.8.9",
"gulp-concat": "^2.3.4",
"gulp-cssmin": "^0.1.6",
"gulp-if": "^1.2.4",
"gulp-livereload": "^2.1.1",
"gulp-notify": "^1.4.2",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"gulp-jasmine2-phantomjs": "^0.1.1",
"gulp-shell": "^0.2.10",
"phantomjs": "^1.9.12",
"react-addons": "^0.9.0",
"reactify": "^0.15.2",
"vinyl-source-stream": "^0.1.1",
"watchify": "^2.1.1"
},
"dependencies": {
"react": "^0.12.0",
"gulp-plumber": "~0.6.6",
"gulp-less": "~3.0.1"
}
}