forked from bigcommerce/paper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
41
42
{
"name": "@bigcommerce/stencil-paper",
"version": "1.1.9",
"description": "A stencil plugin to register partials and helpers from handlebars and returns the compiled version for the stencil platform.",
"main": "index.js",
"author": "Bigcommerce",
"license": "BSD-4-Clause",
"scripts": {
"test": "lab -l -t 90"
},
"repository": {
"type": "git",
"url": "[email protected]:bigcommerce/paper.git"
},
"keywords": [
"stencil-paper",
"paper"
],
"bugs": {
"url": "https://github.com/bigcommerce/paper/issues"
},
"homepage": "https://github.com/bigcommerce/paper",
"dependencies": {
"accept-language-parser": "^1.0.2",
"async": "^1.4.2",
"handlebars": "^3.0.1",
"hoek": "^2.12.0",
"lodash": "^3.6.0",
"messageformat": "^0.2.2",
"tarjan-graph": "^0.3.0"
},
"devDependencies": {
"code": "^1.4.0",
"eslint": "^2.7.0",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-react": "^4.3.0",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"lab": "^5.8.1",
"sinon": "^1.17.2"
}
}