forked from pattern-lab/patternlab-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 KB
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": "patternlab-node",
"description": "Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).",
"version": "0.1.3",
"devDependencies": {
"diveSync": "^0.2.1",
"fs-extra": "^0.10.0",
"grunt": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-jshint": "~0.4.0",
"grunt-contrib-nodeunit": "~0.3.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-watch": "~0.2.0",
"matchdep": "~0.3.0",
"mustache": "~0.8.1"
},
"keywords": [
"Pattern Lab",
"Atomic Web Design",
"Node",
"Grunt",
"Javascript"
],
"repository": {
"type": "git",
"url": "git://github.com/pattern-lab/patternlab-node.git"
},
"author": "Brian Muenzenmeyer",
"license": "MIT",
"scripts": {
"test": "grunt travis --verbose"
},
"engines": {
"node": ">=0.1"
},
"dependencies": {
"markdown": "^0.5.0"
}
}