-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 944 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 944 Bytes
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
{
"name": "Selectron",
"version": "0.0.0",
"description": "Select Component for ReactJS",
"main": "",
"dependencies": {
"grunt": "~0.4.5",
"react": "~0.11.1",
"react-tools": "~0.11.1",
"underscore": "~1.6.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-open": "^0.2.3",
"grunt-contrib-connect": "^0.8.0",
"grunt-react": "~0.9.0",
"webpack": "~1.3.3-beta1",
"jsx-loader": "~0.11.0",
"jest-cli": "*"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git://github.com/DynamicTyped/selectron.git"
},
"author": "Ryan Lanciaux",
"license": "MIT",
"bugs": {
"url": "https://github.com/DynamicTyped/selectron/issues"
},
"jest": {
"rootDir": "scripts",
"scriptPreprocessor": "../jest/preprocessor.js",
"unmockedModulePathPatterns": [
"react"
]
},
"homepage": "https://github.com/DynamicTyped/selectron"
}