-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.js
41 lines (38 loc) · 996 Bytes
/
package.js
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
/*
DO NOT MODIFY - This file has been generated by https://github.com/flemay/Semantic-UI-Meteorize
*/
Package.describe({
name: 'semantic:ui',
version: '2.3.1',
summary: 'Official Semantic UI Integration for Meteor',
git: '[email protected]:Semantic-Org/Semantic-UI-Meteor.git',
documentation: 'README.md'
});
Package.registerBuildPlugin({
name: "generateSemanticUi",
use: [
'semantic:[email protected]'
],
sources: [
'semantic-ui.js',
'data/definitions-data.js',
'data/themes-data.js',
'data/sites-data.js',
'data/custom-semantic-data.js',
'plugins/file-handler.js',
'plugins/definitions-generator.js',
'plugins/themes-generator.js',
'plugins/sites-generator.js',
'plugins/custom-semantic-json-generator.js',
'plugins/generator.js'
],
npmDependencies: {
"lodash": "3.6.0",
"diff": "1.3.2"
}
});
Package.onUse(function (api) {
api.use('isobuild:[email protected]');
});