forked from learnbymakingwales/learnbymakingwales.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (26 loc) · 848 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
{
"name": "learn-by-making",
"version": "0.1.0",
"description": "A bilingual site for the learn by making lab",
"main": "",
"scripts": {
"build:stylesheets": "npm run nps build.stylesheets",
"build:javascripts": "npm run nps build.javascripts",
"watch:javascripts": "npm run nps watch.javascripts",
"watch:stylesheets": "npm run nps watch.stylesheets",
"watch": "npm-run-all --parallel watch:*",
"nps": "nps -c ./node_modules/lbm-frontend/package-scripts.js"
},
"author": "Learn by making team",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.26.7",
"npm-run-all": "^4.1.5"
},
"dependencies": {
"lbm-frontend": "https://gitpkg.now.sh/learnbymakingwales/lbm-frontend/package?main"
},
"browserslist": [
"defaults"
]
}