forked from opendaylight/next
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.8 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.8 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
{
"name": "NeXt",
"title": "NeXt",
"version": "0.10.0",
"description": "NeXt UI Toolkit.",
"readme": "README.md",
"homepage": "https://wiki.opendaylight.org/view/NeXt:Main",
"repository": {
"type": "git",
"url": "https://git.opendaylight.org/gerrit/p/next"
},
"keywords": [
"JavaScript",
"MVVM",
"View Engine",
"Topology"
],
"bugs": {
"url": "https://bugs.opendaylight.org/buglist.cgi?bug_status=__open__&product=next"
},
"license": "EPL-1.0",
"devDependencies": {
"phantomjs-prebuilt": "~2.1.1",
"grunt-cli": "^0.1.13",
"grunt": "^0.4.5",
"grunt-contrib": "~0.9.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.0",
"grunt-contrib-compass": "~0.7.0",
"grunt-contrib-compress": "~0.6.1",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-handlebars": "~0.6.0",
"grunt-contrib-htmlmin": "~0.2.0",
"grunt-contrib-imagemin": "~0.4.0",
"grunt-contrib-jade": "~0.10.0",
"grunt-contrib-jasmine": "~0.6.0",
"grunt-contrib-jst": "~0.5.1",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-nodeunit": "~0.3.0",
"grunt-contrib-qunit": "~0.4.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-sass": "~0.7.0",
"grunt-contrib-stylus": "~0.12.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-yuidoc": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-exec": "^0.4.6",
"grunt-header": "^1.0.0"
}
}