forked from ngReact/ngReact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.36 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
{
"name": "ngreact",
"author": "https://github.com/davidchang/ngReact/graphs/contributors",
"scripts": {
"build": "grunt build",
"test": "grunt test"
},
"version": "0.2.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.4.7",
"angular-mocks": "^1.3.6",
"browserify": "^7.0.3",
"browserify-shim": "^3.8.1",
"es5-shim": "^4.0.5",
"grunt": "0.4.1",
"grunt-contrib-uglify": "0.2.0",
"grunt-contrib-watch": "0.5.3",
"grunt-docco": "0.3.3",
"grunt-karma": "0.12.0",
"jasmine-core": "2.3.4",
"karma": "^0.13.14",
"karma-browserify": "1.0.1",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "0.2.0",
"load-grunt-tasks": "0.1.0",
"phantomjs": "1.9.17",
"react": "^0.14.2",
"react-addons-test-utils": "^0.14.2",
"react-dom": "^0.14.2",
"reactify": "0.17.1"
},
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"angularjs",
"angular",
"react",
"ngReact"
]
}