forked from eclipsesource/tabris-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 691 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 691 Bytes
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
{
"name": "tabris",
"version": "1.0.1",
"license": "BSD-3-Clause",
"homepage": "http://tabrisjs.com/",
"repository": {
"type": "git",
"url": "https://github.com/eclipsesource/tabris-js.git"
},
"devDependencies": {
"async": "0.9.0",
"format-json": "^1.0.3",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "~0.12.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-jasmine": "~0.6.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-jscs": "~0.8.1",
"jasmine-core": "~2.1.3",
"npm": "~2.1.12",
"underscore": "^1.7.0"
}
}