forked from rasmuserik/react-externs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 777 Bytes
/
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
{
"name": "react-externs",
"private": true,
"version": "0.12.2",
"description": "Closure Compiler externs for Facebook React.js",
"main": "externs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/steida/react-externs.git"
},
"keywords": [
"google",
"closure",
"compiler",
"react",
"externs"
],
"author": "Daniel Steigerwald",
"license": "MIT",
"bugs": {
"url": "https://github.com/steida/react-externs/issues"
},
"homepage": "https://github.com/steida/react-externs",
"devDependencies": {
"coffee-script": "^1.7.1",
"gulp": "^3.6.2",
"gulp-bump": "^0.1.8",
"gulp-git": "^0.3.6",
"yargs": "^1.2.1"
}
}