forked from GriddleGriddle/Griddle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 976 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
41
42
{
"name": "Griddle",
"version": "0.0.0",
"description": "The simple grid component for React.",
"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": {
"something": "echo \"hi\"",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git://github.com/DynamicTyped/Griddle.git"
},
"author": "Ryan Lanciaux",
"license": "ISC",
"bugs": {
"url": "https://github.com/DynamicTyped/Griddle/issues"
},
"jest": {
"rootDir": "scripts",
"scriptPreprocessor": "../jest/preprocessor.js",
"unmockedModulePathPatterns": [
"react"
]
},
"homepage": "https://github.com/DynamicTyped/Griddle"
}