-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 877 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
{
"name": "StackOverflow_Inbox_Notifications",
"version": "1.3.1",
"description": "",
"repository": {
"type": "git",
"url": "[email protected]:arthurakay/StackOverflow-Notifications.git"
},
"author": {
"name": "Arthur Kay",
"email": "[email protected]",
"url": "http://www.akawebdesign.com"
},
"license": "MIT",
"scripts": {},
"dependencies": {},
"devDependencies": {
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-uglify": "^1.0.1",
"grunt-exec": "^0.4.6",
"grunt-webpack": "^1.0.11",
"lintroller": "^2.3.6",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
}
}