forked from sharesight/www.sharesight.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 943 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
{
"name": "sharesight",
"version": "2.0.0",
"description": "Static marketing site for Sharesight",
"main": "index.js",
"directories": {},
"scripts": {
"contentful": "bundle exec middleman contentful",
"start": "yarn contentful && bundle exec middleman",
"build": "bundle install && yarn contentful && bundle exec middleman build --verbose && yarn test",
"test": "yarn jest && yarn rspec",
"rspec": "bundle exec rspec spec",
"rspec:tdd": "bundle exec guard",
"jest": "NODE_ENV=test ./node_modules/.bin/jest",
"jest:tdd": "yarn jest --watch --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sharesight/www.sharesight.com.git"
},
"bugs": {
"url": "https://github.com/sharesight/www.sharesight.com/issues"
},
"homepage": "https://github.com/sharesight/www.sharesight.com#readme",
"devDependencies": {
"jest": "^22.4.0"
},
"dependencies": {}
}