-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·38 lines (38 loc) · 909 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·38 lines (38 loc) · 909 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
{
"name": "gurdware-darshan",
"version": "0.1.0",
"description": "A glance at some cool Gurdware Sahibs",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --hot",
"test": "ava -verbose"
},
"keywords": [
"Sikhi"
],
"author": "Singh",
"license": "MIT",
"devDependencies": {
"ava": "^0.18.2",
"babel": "^5.8.21",
"babel-core": "^5.8.22",
"babel-eslint": "^4.0.10",
"babel-loader": "^5.3.2",
"browser-env": "^2.0.21",
"css-loader": "^0.16.0",
"eslint": "^1.2.1",
"eslint-config-airbnb": "0.0.8",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^3.2.3",
"nightmare": "^2.9.1",
"react-hot-loader": "^1.2.8",
"style-loader": "^0.12.3",
"webpack": "^1.11.0",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"babel-runtime": "^5.8.20",
"domready": "^1.0.8",
"react": "^0.13.3"
}
}