forked from Servoy/bootstrap-window
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 725 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 725 Bytes
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
{
"name": "bootstrap-window",
"version": "0.3.1",
"homepage": "https://github.com/earmbrust/bootstrap-window",
"author": {
"name": "Elden Armbrust",
"url": "http://www.linkedin.com/in/eldenarmbrust"
},
"engines": {
"node": ">= 4.2.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-qunit": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-less": "*",
"bower": "*",
"grunt-bower-task": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-connect": "*"
}
}