forked from pattern-lab/patternengine-node-mustache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (36 loc) · 854 Bytes
/
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
{
"name": "patternengine-node-mustache-for-react",
"description": "The Mustache engine for Pattern Lab / Node",
"version": "1.0.4",
"main": "lib/engine_mustache.js",
"dependencies": {
"mustache": "^2.2.0"
},
"devDependencies": {
},
"keywords": [
"Pattern Lab",
"Atomic Web Design",
"Node",
"Grunt",
"Gulp",
"Javascript",
"Mustache"
],
"repository": {
"type": "git",
"url": "https://github.com/pattern-lab/patternengine-node-mustache.git"
},
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
"author": "Brian Muenzenmeyer & Geoffrey Pursell",
"license": "MIT",
"scripts": {
"test": "grunt travis --verbose"
},
"engines": {
"node": ">=0.1"
},
"publishConfig": {
"registry": "https://apps.quatico.com/nexus/content/repositories/npm-internal/"
}
}