-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 921 Bytes
/
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
{
"name": "functional-react",
"version": "0.1.3",
"description": "An experiment in making a functional API for React components",
"main": "./dist/functional-react.js",
"homepage": "https://github.com/aickin/functional-react",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node ./build.js"
},
"keywords": [
"react",
"functional",
"component"
],
"repository": {
"type": "git",
"url": "https://github.com/aickin/functional-react.git"
},
"author": "Sasha Aickin",
"license": "Apache 2.0",
"devDependencies": {
"babel": "5.4.3",
"babelify": "6.1.1",
"browserify": "10.2.1",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"uglifyify": "3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"react": "0.13.3"
}
}