UNPKG

1.17 kBJSONView Raw
1{
2 "name": "@bigcommerce/stencil-paper",
3 "version": "2.0.26",
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.8",
27 "handlebars-helpers": "^0.8.0",
28 "handlebars-utils": "^1.0.6",
29 "he": "^1.2.0",
30 "lodash": "^3.6.0",
31 "messageformat": "^0.2.2",
32 "stringz": "^0.1.1",
33 "tarjan-graph": "^0.3.0"
34 },
35 "devDependencies": {
36 "code": "^1.4.0",
37 "eslint": "^2.7.0",
38 "eslint-config-airbnb": "^6.2.0",
39 "eslint-plugin-react": "^4.3.0",
40 "gulp": "^3.9.1",
41 "gulp-eslint": "^2.0.0",
42 "lab": "^13.0.1",
43 "sinon": "^1.17.2"
44 }
45}