-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.78 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
57
58
59
60
61
62
63
{
"name": "svex",
"version": "1.0.0",
"description": "Smart View Extensions",
"private": true,
"dependencies": {
"connect": "^3.6.3",
"cors": "^2.8.4",
"handlebars": "^4.0.10",
"morgan": "^1.8.2",
"serve-index": "^1.9.0",
"serve-markdown": "^1.1.0",
"serve-static": "^1.12.4"
},
"scripts": {
"check": "grunt check",
"build": "grunt compile",
"test": "grunt test"
},
"devDependencies": {
"amodro-trace": "^1.0.2",
"csslint-stylish": "^0.0.6",
"csso": "^3.2.0",
"eslint-config-defaults": "^9.0.0",
"esprima": "^4.0.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-rename": "^0.2.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-eslint": "^20.1.0",
"grunt-jsonlint": "^1.1.0",
"grunt-karma": "^2.0.0",
"grunt-mkdir": "^1.0.0",
"grunt-notify": "^0.4.5",
"grunt-override-config": "^0.1.0",
"grunt-replace": "^1.0.1",
"grunt-rtlcss": "~2.0.1",
"grunt-subgrunt": "^1.2.0",
"jasmine-core": "^2.8.0",
"jshint-stylish": "^2.2.1",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-detect-browsers": "^2.2.5",
"karma-firefox-launcher": "^1.0.1",
"karma-html-reporter": "^0.2.7",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.3",
"karma-opera-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-requirejs": "^1.1.0",
"karma-safari-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.15",
"requirejs": "^2.3.5",
"time-grunt": "^1.4.0",
"underscore": "^1.8.3"
}
}