UNPKG
manifoldjs-chrome
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
ManifoldJS Chrome OS Platform
github.com/manifoldjs/manifoldjs-chrome
manifoldjs/manifoldjs-chrome
manifoldjs-chrome
/
lib
/
constants.js
11 lines
(8 loc)
•
142 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
;
var
constants = {
platform
: {
id
:
'chrome'
,
name
:
'Chrome OS Platform'
} };
module
.
exports
= constants;