|
1 | 1 | {
|
2 |
| - "name": "patternlab-node", |
3 |
| - "description": "Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).", |
4 |
| - "version": "1.2.0", |
5 |
| - "main": "./core/lib/patternlab.js", |
| 2 | + "name": "patternengine-node-mustache", |
| 3 | + "description": "The Mustache engine for Pattern Lab / Node", |
| 4 | + "version": "0.0.1", |
| 5 | + "main": "lib/engine_mustache.js", |
6 | 6 | "dependencies": {
|
7 |
| - "diveSync": "^0.3.0", |
8 |
| - "fs-extra": "^0.26.2", |
9 |
| - "glob": "^7.0.0", |
10 |
| - "html-entities": "^1.2.0", |
11 |
| - "matchdep": "^1.0.0", |
12 |
| - "mustache": "^2.2.0", |
13 |
| - "handlebars": "^4.0.5", |
14 |
| - "underscore": "^1.8.3", |
15 |
| - "twig": "^0.8.8" |
| 7 | + "mustache": "^2.2.0" |
16 | 8 | },
|
17 | 9 | "devDependencies": {
|
18 |
| - "bs-html-injector": "^3.0.0", |
19 |
| - "grunt": "~0.4.5", |
20 |
| - "grunt-browser-sync": "^2.2.0", |
21 |
| - "grunt-contrib-concat": "^0.5.1", |
22 |
| - "grunt-contrib-copy": "^0.8.2", |
23 |
| - "grunt-contrib-nodeunit": "^0.4.1", |
24 |
| - "grunt-contrib-watch": "^0.6.1", |
25 |
| - "grunt-eslint": "^18.0.0" |
26 | 10 | },
|
27 | 11 | "keywords": [
|
28 | 12 | "Pattern Lab",
|
29 | 13 | "Atomic Web Design",
|
30 | 14 | "Node",
|
31 | 15 | "Grunt",
|
32 | 16 | "Gulp",
|
33 |
| - "Javascript" |
| 17 | + "Javascript", |
| 18 | + "Mustache" |
34 | 19 | ],
|
35 | 20 | "repository": {
|
36 | 21 | "type": "git",
|
37 |
| - "url": "git://github.com/pattern-lab/patternlab-node.git" |
| 22 | + "url": "https://github.com/pattern-lab/patternengine-node-mustache.git" |
38 | 23 | },
|
39 | 24 | "bugs": "https://github.com/pattern-lab/patternlab-node/issues",
|
40 |
| - "author": "Brian Muenzenmeyer", |
| 25 | + "author": "Brian Muenzenmeyer & Geoffrey Pursell", |
41 | 26 | "license": "MIT",
|
42 | 27 | "scripts": {
|
43 | 28 | "test": "grunt travis --verbose"
|
|
0 commit comments