UNPKG

1.12 kBJSONView Raw
1{
2 "name": "@bigcommerce/stencil-paper",
3 "version": "2.0.13",
4 "description": "A stencil plugin to register partials and helpers from handlebars and returns the compiled version for the stencil platform.",
5 "main": "index.js",
6 "author": "Bigcommerce",
7 "license": "BSD-4-Clause",
8 "scripts": {
9 "test": "lab -l -t 90"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git@github.com:bigcommerce/paper.git"
14 },
15 "keywords": [
16 "stencil-paper",
17 "paper"
18 ],
19 "bugs": {
20 "url": "https://github.com/bigcommerce/paper/issues"
21 },
22 "homepage": "https://github.com/bigcommerce/paper",
23 "dependencies": {
24 "accept-language-parser": "^1.0.2",
25 "async": "^1.4.2",
26 "handlebars": "^3.0.1",
27 "handlebars-helpers": "^0.8.0",
28 "lodash": "^3.6.0",
29 "messageformat": "^0.2.2",
30 "stringz": "^0.1.1",
31 "tarjan-graph": "^0.3.0"
32 },
33 "devDependencies": {
34 "code": "^1.4.0",
35 "eslint": "^2.7.0",
36 "eslint-config-airbnb": "^6.2.0",
37 "eslint-plugin-react": "^4.3.0",
38 "gulp": "^3.9.1",
39 "gulp-eslint": "^2.0.0",
40 "lab": "^13.0.1",
41 "sinon": "^1.17.2"
42 }
43}