forked from Khan/perseus
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
51 lines (51 loc) · 1.18 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
50
51
{
"name": "perseus",
"version": "0.0.1",
"scripts": {
"start": "make server",
"test": "jest"
},
"dependencies": {
"classnames": "~1.1.4",
"rcss": "khan/RCSS#9e5ec9614e391d28a621297a63bc2d850eae89e8"
},
"devDependencies": {
"babel-core": "5.4.7",
"i18n-babel-plugin": "git://github.com/Khan/i18n-babel-plugin#1cec582e9d0df24b0fa0dbbf60bbccffe7ea3230",
"jest-cli": "~0.6.0",
"jsdom": "^7.0.0",
"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": "[email protected]:Khan/perseus.git"
},
"jest": {
"scriptPreprocessor": "jest/preprocessor.js",
"setupEnvScriptFile": "jest/environment.js",
"testFileExtensions": [
"js",
"jsx"
],
"testPathDirs": [
"src"
],
"unmockedModulePathPatterns": [
""
]
},
"browser": {
"fs": false
}
}