forked from plone/mockup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.71 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",
"version": "2.6.2",
"description": "A collection of client side patterns for faster and easier web development",
"homepage": "http://plone.github.io/mockup",
"devDependencies": {
"bower": "~1.7.9",
"chai": "^3.5.0",
"coveralls": "~2.11.9",
"extend": "~3.0.0",
"grunt": "~1.0.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-less": "~1.3.0",
"grunt-contrib-requirejs": "~1.0.0",
"grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-karma": "~1.0.0",
"grunt-sed": "collective/grunt-sed#e625902539f5c29f1246228270a0330c1097b1e4",
"karma": "~0.13.22",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "~1.0.1",
"karma-coverage": "~1.0.0",
"karma-firefox-launcher": "~1.0.0",
"karma-junit-reporter": "~1.0.0",
"karma-mocha": "~1.0.1",
"karma-phantomjs-launcher": "~1.0.0",
"karma-requirejs": "~1.0.0",
"karma-sauce-launcher": "~1.0.0",
"karma-script-launcher": "~1.0.0",
"karma-spec-reporter": "0.0.26",
"lcov-result-merger": "~1.2.0",
"less": "~1.7.0",
"mocha": "~2.5.3",
"phantomjs-prebuilt": "^2.1.7",
"requirejs": "~2.2.0"
},
"maintainers": [
{
"name": "Plone Foundation",
"email": "plone-developers@lists.sourceforge.net",
"url": "http://plone.org"
}
],
"repository": {
"type": "git",
"url": "https://github.com/plone/mockup.git"
},
"bugs": {
"url": "https://github.com/plone/mockup/issues",
"email": "plone-developers@lists.sourceforge.net"
},
"licenses": [
{
"type": "BSD",
"url": "http://opensource.org/licenses/BSD-3-Clause"
}
]
}