forked from spree/spree_starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.27 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
{
"name": "spark-starter-kit",
"version": "0.9.0",
"description": "Spark Solutions starter kit",
"main": "server-express.js",
"engines": {
"node": "6.9.1",
"npm": "3.10.8"
},
"scripts": {
"postinstall": "cd client && npm install",
"test": "npm run test:client",
"test:client": "(cd client && npm run test --silent)",
"lint": "(cd client && npm run lint --silent)",
"build:clean": "rm app/assets/webpack/*",
"build:client": "(cd client && npm run build:client --silent)",
"build:server": "(cd client && npm run build:server --silent)",
"build:dev:client": "(cd client && npm run build:dev:client --silent)",
"build:dev:server": "(cd client && npm run build:dev:server --silent)",
"build:test:client": "(cd client && npm run build:test:client --silent)",
"start": "(cd client && npm run start --silent)"
},
"repository": {
"type": "git",
"url": "https://github.com/sparks-solutions/spark-starter-kit.git"
},
"keywords": [
"react",
"tutorial",
"comment",
"example"
],
"author": "damianlegawiec",
"license": "MIT",
"bugs": {
"url": "https://github.com/sparks-solutions/spark-starter-kit/issues"
},
"homepage": "https://github.com/sparks-solutions/spark-starter-kit",
"dependencies": {}
}