-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (55 loc) · 1.41 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
{
"name": "drawing",
"title": "drawing",
"version": "0.0.1",
"description": "the core module for drawing stuff",
"homepage": "https://github.exacttarget.com/ETElements/drawing",
"generator": "0.14.0",
"author": {
"name": "Bobby WIlkes",
"email": "bwilkes@salesforce.com"
},
"repository": {
"type": "git",
"url": "git://github.exacttarget.com/ETElements/drawing.git"
},
"bugs": {
"url": "https://github.exacttarget.com/ETElements/drawing/issues"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"setup": "npm install && bower install",
"test": "grunt",
"start": "grunt validate && grunt fullbuild && grunt server"
},
"dependencies": {
"express": "3.x"
},
"devDependencies": {
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-compress": "~0.5.0",
"grunt-contrib-requirejs": "~0.4.0",
"grunt-contrib-less": "0.11.0",
"grunt-contrib-uglify": "0.5.1",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.7.0",
"grunt-blanket-qunit": "0.1.7",
"grunt-bump": "0.3.0",
"grunt-express": "1.4.0",
"grunt-filenames": "0.2.0",
"grunt-regex-replace": "0.2.6",
"grunt-contrib-imagemin": "0.9.3",
"grunt-contrib-watch": "0.6.0",
"grunt-complexity": "v0.1.4",
"matchdep": "0.3.0"
},
"keywords": [],
"private": true,
"license": {
"type": "BSD-3-Clause",
"url": "https://github.exacttarget.com/ETElements/drawing/blob/master/LICENSE"
}
}