forked from taylorzane/perseus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.05 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
{
"name": "perseus",
"version": "0.0.1",
"scripts": {
"start": "make server",
"test": "jest"
},
"dependencies": {
"classnames": "~1.1.4",
"rcss": "khan/RCSS#9e5ec9614e391d28a621297a63bc2d850eae89e8"
},
"devDependencies": {
"jest-cli": "~0.1.17",
"jsdom": "^0.10.5",
"json-loader": "~0.5.1",
"jstransform": "~6.3.2",
"jsx-i18n": "0.0.0",
"jsx-loader": "~0.11.0",
"less": "~1.7.0",
"loader-utils": "~0.2.5",
"mocha": "^1.19.0",
"node-jsx": "git://github.com/spicyj/node-jsx#0.12.0-rc1",
"react-tools": "0.12.0-rc1",
"requirejs": "~2.1.11",
"webpack": "~1.4.3",
"webpack-dev-server": "~1.6.5"
},
"repository": {
"type": "git",
"url": "git@github.com:Khan/perseus.git"
},
"jest": {
"scriptPreprocessor": "jest/preprocessor.js",
"setupEnvScriptFile": "jest/environment.js",
"testFileExtensions": [
"js",
"jsx"
],
"testPathDirs": [
"src"
],
"unmockedModulePathPatterns": [
""
]
},
"browser": {
"fs": false
}
}