forked from pattern-lab/edition-node-grunt
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.51 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "appcivist-patterns",
"description": "The grunt wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.",
"version": "1.1.0",
"main": "./core/lib/patternlab.js",
"dependencies": {
"bower": "^1.8.0",
"bs-html-injector": "^3.0.0",
"compass-mixins": "^0.12.10",
"font-awesome": "^4.7.0",
"grunt": "~1.0.1",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^1.2.1",
"minimist": "^1.2.0",
"patternlab-node": "^2.0.0",
"plugin-node-data-inheritance": "git+https://github.com/Altinn/plugin-node-data-inheritance.git",
"sass-mq": "^3.3.1",
"starterkit-mustache-demo": "^4.0.0",
"styleguidekit-assets-default": "^3.0.0",
"styleguidekit-mustache-default": "^3.0.0",
"susy": "^2.2.12"
},
"keywords": [
"Pattern Lab",
"Atomic Web Design",
"Node",
"Grunt",
"Javascript"
],
"repository": {
"type": "git",
"url": "git://github.com/pattern-lab/edition-node-grunt.git"
},
"bugs": "https://github.com/pattern-lab/edition-node-grunt/issues",
"author": "Brian Muenzenmeyer",
"license": "MIT",
"engines": {
"node": ">=5.0"
},
"scripts": {
"test": "grunt",
"start": "grunt patternlab:serve"
},
"devDependencies": {
"compass-mixins": "^0.12.10",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^2.0.0",
"grunt-sass": "^1.2.1",
"susy": "^2.2.12"
}
}