forked from ngReact/ngReact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.41 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
57
58
59
{
"name": "ngreact",
"author": "https://github.com/davidchang/ngReact/graphs/contributors",
"scripts": {
"build": "grunt build",
"test": "grunt test"
},
"version": "0.5.0",
"main": "ngReact.js",
"description": "Use React Components in Angular",
"homepage": "http://davidchang.github.io/ngReact/",
"repository": {
"type": "git",
"url": "https://github.com/davidchang/ngReact.git"
},
"license": "MIT",
"peerDependencies": {
"angular": "< 2.0.0",
"react": ">=0.14.2",
"react-dom": ">=0.14.2"
},
"browserify-shim": {
"angular": "global:angular"
},
"devDependencies": {
"angular": "1.5.3",
"angular-mocks": "1.5.3",
"browserify": "13.0.0",
"browserify-shim": "3.8.12",
"es5-shim": "4.5.8",
"grunt": "1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-docco": "0.4.0",
"grunt-karma": "0.12.2",
"jasmine-core": "2.4.1",
"karma": "0.13.22",
"karma-browserify": "5.0.3",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "1.0.0",
"load-grunt-tasks": "3.5.0",
"phantomjs-prebuilt": "2.1.7",
"react": "^15.0.0",
"react-addons-test-utils": "^15.0.0",
"react-dom": "^15.0.0",
"reactify": "1.1.1",
"watchify": "^3.7.0"
},
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"angularjs",
"angular",
"react",
"ngReact"
]
}