-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.28 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
{
"name": "react-flatui",
"version": "0.0.7",
"stability": "experimental",
"description": "React components based on React Bootstrap for Bootstrap 3.",
"homepage": "http://cokeschlumpf.github.io/react-flatui/",
"keywords": [
"react",
"ecosystem-react",
"react-component",
"bootstrap"
],
"author": "Michael Wellner <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/cokeSchlumpf/react-flatui.git"
},
"main": "lib/main.js",
"directories": {
"lib": "lib/"
},
"peerDependencies": {
"react": ">=0.12"
},
"dependencies": {
"classnames": "1.1.4",
"jquery": "1.11.2",
"less": "~2.4.0",
"react-bootstrap": "0.17.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-amd-wrap": "^1.0.1",
"grunt-bower-install-simple": "~1.1.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-less": "~0.12.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-exec": "~0.4.6",
"grunt-react": "~0.10.0",
"grunt-release": "~0.12.0",
"grunt-shell": "~1.1.2",
"react": "~0.12.0"
},
"scripts": {
"build": "./node_modules/.bin/grunt build"
}
}