-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
56 lines (56 loc) · 1.5 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
{
"name": "famous-react",
"description": "Integration between React and Famous",
"version": "0.0.1",
"homepage": "http://github.com/Famous/famous-react",
"repository": {
"type": "git",
"url": "git://github.com/Famous/famous-react.git"
},
"author": "Fractal <[email protected]> (http://wearefractal.com/)",
"main": "./src/index.js",
"dependencies": {
"async": "^0.9.0",
"famous": "contra/famous",
"lodash.clone": "^2.4.1",
"lodash.omit": "^2.4.1",
"react": "^0.11.0"
},
"devDependencies": {
"browserify": "^5.8.0",
"chai": "^1.9.1",
"dat-gui": "^0.5.0",
"deamdify": "^0.1.1",
"ecstatic": "^0.5.4",
"gulp": "^3.8.6",
"gulp-autowatch": "0.0.1",
"gulp-cached": "^1.0.1",
"gulp-gh-pages": "^0.3.3",
"gulp-jshint": "^1.7.1",
"gulp-livereload": "^2.1.0",
"gulp-sourcemaps": "^1.1.0",
"jshint": "^2.4.1",
"jshint-stylish": "^0.4.0",
"lodash.clone": "^2.4.1",
"merge-stream": "^0.1.5",
"mocha": "^1.21.4",
"mochify": "^1.0.4",
"reactify": "^0.14.0",
"vinyl-buffer": "0.0.0",
"vinyl-source-stream": "^0.1.1",
"watchify": "^1.0.0"
},
"scripts": {
"lint": "jshint ./src --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules",
"test": "npm run lint && mochify --reporter spec ./test/**/*.js"
},
"engines": {
"node": ">= 0.10"
},
"licenses": [
{
"type": "MPL",
"url": "http://github.com/FamousInternal/famous-react/raw/master/LICENSE"
}
]
}