-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 909 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
35
36
37
38
{
"name": "newtab-octocat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "./scripts/build.sh",
"watch": "webpack -w",
"postinstall": "npm run build",
"lint": "semistandard {src,scripts}/**/*.js | snazzy",
"build-js": "webpack",
"build-octodex": "node scripts/get-octodex.js"
},
"pre-commit": [
"lint"
],
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"knuth-shuffle": "^1.0.1"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"fs-promise": "^1.0.0",
"json-loader": "^0.5.4",
"pre-commit": "^1.2.0",
"ramda": "^0.22.1",
"request": "^2.79.0",
"request-promise-native": "^1.0.3",
"semistandard": "^9.2.1",
"snazzy": "^5.0.0",
"webpack": "^1.13.3",
"xml2js-es6-promise": "^1.1.1"
}
}