Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit edb74ae

Browse files
committed
proper content in package.json
1 parent 73f0c7f commit edb74ae

File tree

1 file changed

+9
-24
lines changed

1 file changed

+9
-24
lines changed

package.json

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,28 @@
11
{
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",
66
"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"
168
},
179
"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"
2610
},
2711
"keywords": [
2812
"Pattern Lab",
2913
"Atomic Web Design",
3014
"Node",
3115
"Grunt",
3216
"Gulp",
33-
"Javascript"
17+
"Javascript",
18+
"Mustache"
3419
],
3520
"repository": {
3621
"type": "git",
37-
"url": "git://github.com/pattern-lab/patternlab-node.git"
22+
"url": "https://github.com/pattern-lab/patternengine-node-mustache.git"
3823
},
3924
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
40-
"author": "Brian Muenzenmeyer",
25+
"author": "Brian Muenzenmeyer & Geoffrey Pursell",
4126
"license": "MIT",
4227
"scripts": {
4328
"test": "grunt travis --verbose"

0 commit comments

Comments
 (0)