-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 805 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 805 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
{
"name": "kodiak",
"version": "0.0.1",
"description": "Share some photos",
"main": "index.js",
"scripts": {
"build": "webpack",
"lint:js": "eslint",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "JD Cantrell",
"license": "GPL-3.0",
"dependencies": {
"ace-builds": "^1.2.2"
},
"devDependencies": {
"babel-core": "^6.7.4",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-array-includes": "^2.0.3",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.6.0",
"eslint": "^3.0.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.10.2",
"webpack": "^1.12.14"
}
}