-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "midcut",
"author": "Trang Nguyen <trangnguyen80@gmail.com>",
"description": "Trang Nguyen's filmmaker portfolio",
"repository": {
"type": "git",
"url": "http://github.com/TrangNguyen/midcut"
},
"homapge": "http://www.midcut.com",
"version": "0.0.5",
"devDependencies": {
"karma": "0.12.x",
"karma-jasmine": "0.1.5 ",
"karma-requirejs": "0.2.2 ",
"karma-chrome-launcher": "0.1.5",
"karma-firefox-launcher": "0.1.3",
"grunt": "0.4.x",
"grunt-contrib-clean": "0.6.x",
"grunt-contrib-copy": "0.6.x",
"grunt-contrib-compress": "0.12.x",
"grunt-contrib-jshint": "0.10.x",
"grunt-contrib-connect": "0.8.x",
"grunt-contrib-watch": "0.6.x",
"grunt-contrib-sass": "0.8.x",
"grunt-contrib-cssmin": "0.10.x",
"grunt-karma": "0.9.x",
"grunt-requirejs": "0.4.x",
"grunt-exec": "0.4.x",
"grunt-data-uri": "0.2.x",
"grunt-targethtml": "0.2.x",
"grunt-manifest": "0.4.x",
"grunt-release": "0.7.x",
"license-checker": "0.0.x",
"matchdep": "0.3.x"
},
"engines": {
"node": "0.10.x"
},
"folders": {
"build": "target/",
"wwwRoot": "app/",
"jsSource": "app/modules/",
"externalLibs": "app/external-libs/",
"testRoot": "test/"
}
}