-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
50 lines (50 loc) · 1.2 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
{
"name": "frontend-programming-assignment",
"version": "1.0.0",
"description": "A YouTube Search engine built with React/Flux",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/alexhawkins/frontend-programming-assignment.git"
},
"keywords": [
"react",
"flux",
"youtube",
"bootstrap",
"angular",
"sucks"
],
"author": "Alex Hawkins 2015",
"license": "ISC",
"bugs": {
"url": "https://github.com/alexhawkins/frontend-programming-assignment/issues"
},
"homepage": "https://github.com/alexhawkins/frontend-programming-assignment",
"dependencies": {
"babel": "^4.7.12",
"classnames": "^1.1.4",
"events": "^1.0.2",
"flux": "^2.0.1",
"jest": "^0.1.39",
"jquery": "^2.1.3",
"moment": "^2.9.0",
"react": "^0.12.2",
"react-router": "^0.12.4",
"react-tools": "^0.13.0"
},
"jest": {
"scriptPreprocessor": "./preprocessor.js",
"unmockedModulePathPatterns": [
"./node_modules/react"
]
},
"devDependencies": {
"jsx-loader": "^0.12.2",
"webpack": "^1.7.3",
"webpack-dev-server": "^1.7.0"
}
}