-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 949 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
35
36
37
38
39
40
{
"name": "react-declaration-loader",
"version": "1.0.10",
"description": "Populates jsx sources with React declaration",
"main": "react-declaration-loader",
"scripts": {
"test": "mocha 'test/**/*.spec.js'",
"eslint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/kudla/react-declaration-loader.git"
},
"keywords": [
"webpack",
"loader",
"react",
"declaration",
"jsx",
"module"
],
"author": "Artem Kudla <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kudla/react-declaration-loader/issues"
},
"homepage": "https://github.com/kudla/react-declaration-loader#readme",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.17.0",
"lodash": "^4.17.4",
"mocha": "^3.2.0",
"sinon": "^1.17.7"
},
"dependencies": {
"astring": "^0.8.0",
"esprima": "^3.1.3",
"estraverse": "^4.2.0"
}
}