-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 964 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
39
40
41
42
43
44
45
46
{
"name": "tyr-net",
"version": "0.0.1",
"description": "",
"main": "build/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "lite-server",
"build": "gulp",
"postinstall": "bower install"
},
"eslintConfig": {
"parserOptions": {
"ecmaVersion": 6,
"emcaFeatures": {
"jsx": true
}
},
"env": {
"es6": true,
"node": true,
"browser": true
},
"extends": [
"eslint:recommended"
],
"rules": {}
},
"author": "Alyssa Herzog <[email protected]>",
"license": "Apache-2.0",
"private": true,
"dependencies": {
"babel-preset-es2015": "^6.9.0",
"bower": "^1.7.9",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-sass": "^2.3.2",
"gulp-scp2": "^0.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4"
},
"devDependencies": {
"lite-server": "^2.2.2"
}
}