forked from shgysk8zer0/Drunk-For-Science
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.18 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.18 KB
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
{
"name": "Drunk-For-Science",
"version": "0.0.0",
"description": "A public experiment and study on the effects of alcohol",
"main": "index.php",
"scripts": {
"build:css": "myth stylesheets/styles/import.css -c stylesheets/styles/styles.css",
"build:js": "webpack",
"build:icons": "svg-sprite-generate -d images/octicons/lib/svg -o images/icons.svg",
"build:all": "npm run build:css && npm run build:js && npm run build:icons",
"lint:js": "eslint --ext .es6 .",
"update": "git submodule update --init --recursive && git fetch --all --tags --prune && npm run build:all",
"test": "npm run lint:js",
"postinstall": "npm run update"
},
"repository": {
"type": "git",
"url": "git://github.com/shgysk8zer0/Drunk-For-Science.git"
},
"keywords": [
"alcohol",
"science",
"study"
],
"author": "Chris Zuber",
"license": "MIT",
"bugs": {
"url": "https://github.com/shgysk8zer0/Drunk-For-Science/issues"
},
"devDependencies": {
"babel-loader": "~6.2.4",
"svg-sprite-generator": "0.0.7",
"webpack": "~1.13.1",
"myth": "~1.5.0",
"eslint": "~3.0.1",
"babel-core": "~6.10.4",
"babel-preset-es2015": "~6.9.0"
}
}