forked from collective/mockup-minimalpattern
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.65 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
54
55
56
57
58
59
60
{
"name": "mockup-minimalpattern",
"version": "0.0.1",
"description": "Minimal pattern for learning pattern creation",
"homepage": "http://plone.github.io/mockup",
"devDependencies": {
"bower": "~1.4.1",
"chai": "^2.3.0",
"coveralls": "~2.11.2",
"extend": "~2.0.1",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-less": "~1.0.1",
"grunt-contrib-requirejs": "~0.4.4",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-karma": "~0.10.1",
"grunt-sed": "~0.1.1",
"karma": "~0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "~0.1.8",
"karma-coverage": "~0.3.1",
"karma-firefox-launcher": "~0.1.4",
"karma-junit-reporter": "~0.2.2",
"karma-mocha": "~0.1.10",
"karma-phantomjs-launcher": "~0.2.1",
"karma-requirejs": "~0.2.2",
"karma-sauce-launcher": "~0.2.10",
"karma-script-launcher": "~0.1.0",
"karma-spec-reporter": "0.0.19",
"lcov-result-merger": "~1.0.2",
"less": "~1.7.0",
"mocha": "~2.2.4",
"phantomjs": "^1.9.18",
"requirejs": "~2.1.17"
},
"maintainers": [
{
"name": "Johannes Raggam",
"email": "[email protected]",
"url": "http://johannes.raggam.co.at/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/collective/mockup-minimalpattern.git"
},
"bugs": {
"url": "https://github.com/collective/mockup-minimalpattern/issues",
"email": "[email protected]"
},
"licenses": [
{
"type": "BSD",
"url": "http://opensource.org/licenses/BSD-3-Clause"
}
]
}