-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.19 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": "Fluorine",
"version": "0.0.1",
"description": "Light weight, reactive and elementary widgets for React",
"main": "build/index.js",
"files": [
"build",
"package.json"
],
"scripts": {},
"keywords": [
"react",
"react-component"
],
"repository": {
"type": "git",
"url": "https://github.com/fluorinejs/fluorine.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/fluorinejs/fluorine/issues"
},
"dependencies": {},
"peerDependencies": {
"react": "^0.13.1"
},
"devDependencies": {
"babel": "^5.6.14",
"babel-eslint": "^3.1.23",
"babel-plugin-remove-console": "^1.0.1",
"eslint": "^0.20.0",
"eslint-plugin-babel": "^1.1.0",
"eslint-plugin-react": "^2.2.0",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.1",
"grunt-browserify": "^3.8.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^12.0.0",
"grunt-react": "^0.12.0",
"grunt-shell": "^1.1.2",
"load-grunt-tasks": "^3.1.0",
"reactify": "^0.17.1",
"time-grunt": "^1.1.0"
}
}