forked from zenhunt/wild_sofea
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.59 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.59 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
49
50
51
52
53
54
55
56
{
"name": "wild_sofea",
"version": "0.0.0",
"description": "This is a demo project do demonstrate a collection of tools for developing lean SOFEA applications.",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/zenhunt/wild_sofea.git"
},
"keywords": [
"SOFEA",
"TSA",
"HTML5",
"LESS",
"CoffeeScript"
],
"author": "Marko Wunderlich, Sven Reglitzki",
"license": "http://unlicense.org/",
"bugs": {
"url": "https://github.com/zenhunt/wild_sofea/issues"
},
"devDependencies": {
"grunt-bower-task": "~0.3.4",
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-less": "~0.8.1",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-compress": "~0.8.0",
"js-beautify": "~1.3.4",
"grunt-html-build": "~0.3.1",
"grunt-contrib-copy": "~0.4.1",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
"karma-requirejs": "~0.2.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma": "~0.10.4",
"grunt-karma": "~0.6.2",
"karma-junit-reporter": "~0.2.2",
"phantomjs": "~1.9.2-2",
"grunt-shell": "~0.5.0",
"grunt-contrib-connect": "~0.5.0",
"karma-ng-html2js-preprocessor": "~0.1.0"
},
"dependencies": {
"express": "~3.4.4"
}
}