-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.44 KB
/
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
47
48
49
50
51
52
53
54
55
{
"author": "The Protein Corp",
"name": "protein-landing",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git@github.com:theprotein/protein-landing.git"
},
"engines": {
"node": "4.4"
},
"dependencies": {},
"devDependencies": {
"bem-grid": "^2.3.3",
"borschik": "^1.4.1",
"borschik-tech-cleancss": "^2.0.1",
"bower": "^1.5.2",
"browser-sync": "^2.10.1",
"enb": "^1.3.0",
"enb-bem-techs": "^2.0.1",
"enb-bemxjst": "^6.4.1",
"enb-borschik": "^2.0.0",
"enb-js": "^1.1.0",
"enb-modules": "0.2.0",
"enb-postcss": "^0.2.1",
"jscs": "^2.1.1",
"jscs-bem": "^0.2.0",
"jshint": "^2.8.0",
"jshint-groups": "^0.8.0",
"localtunnel": "^1.7.0",
"lost": "^6.8.0",
"nodemon": "^1.8.1",
"postcss-browser-reporter": "^0.5.0",
"postcss-cssnext": "^2.5.2",
"postcss-custom-properties": "^5.0.0",
"postcss-font-magician": "^1.3.0",
"postcss-for": "^2.0.2",
"postcss-import": "^8.1.2",
"postcss-mixins": "^4.0.1",
"postcss-nested": "^1.0.0",
"postcss-reporter": "^1.3.3",
"postcss-simple-vars": "^1.2.0",
"postcss-url": "^5.0.0"
},
"scripts": {
"postinstall": "npm run deps",
"deps": "bower i",
"lint": "jshint-groups && jscs .",
"build": "enb make clean && YENV=production enb make --no-cache",
"serve": "node serve",
"gh-pages": "./update-gh-pages.sh",
"tunnel": "lt --port 3000"
},
"license": "MIT"
}