-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·48 lines (48 loc) · 1.12 KB
/
package.json
File metadata and controls
executable file
·48 lines (48 loc) · 1.12 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
43
44
45
46
47
48
{
"name": "grunt-gallery",
"license": "MIT",
"copyright": "PW for Lyra Network",
"version": "0.0.5",
"description": "Generate a web gallery presenting graphic components from various lib (Ext, React, etc...)",
"repository": "daolf/grunt-gallery",
"author": {
"name": "Pierre de Wulf",
"email": "pjr.dewulf@gmail.com",
"url": ""
},
"keywords": [
"gruntplugin"
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"license": "MIT",
"dependencies": {
"bootstrap": "3.3.5",
"cli-color": "~1.0.0",
"codemirror": "5.3.*",
"copy-dir": "0.0.7",
"es5-shim": "4.1.*",
"esprima": "2.2.*",
"estraverse": "4.1.*",
"fs-sync": "0.2.*",
"jade": "1.9.*",
"jquery": "2.1.*",
"phantomjs": "1.9.8",
"react": "0.13.*",
"typeahead.js": "0.11.*"
},
"devDependencies": {
"grunt-contrib-clean": "~0.5.0",
"grunt-jasmine-nodejs": "*",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.3.0",
"grunt": "~0.4.2",
"jshint-stylish": "~0.1.5",
"load-grunt-tasks": "~0.3.0"
},
"scripts": {
"test": "grunt test"
}
}