forked from khoanguyen123/aurelia-ui-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.68 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
{
"name": "aurelia-ui-framework",
"version": "2.0.0",
"description": "Aurelia UX Framework for Business Applications",
"main": "aurelia-ui-framework.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/adarshpastakia/aurelia-ui-framework.git"
},
"keywords": "aurelia-ui-framework",
"author": "Adarsh Pastakia",
"license": "MIT",
"devDependencies": {
"aurelia-bundler": "^0.1.9",
"browser-sync": "^2.10.0",
"gulp": "^3.9.0",
"gulp-compass": "^2.1.0",
"gulp-plumber": "^1.0.1",
"gulp-typescript": "^2.9.2",
"jspm": "^0.16.29",
"run-sequence": "^1.1.5"
},
"jspm": {
"registry": "jspm",
"dependencies": {
"aurelia-bootstrapper": "npm:aurelia-bootstrapper@^1.0.0-beta.1.1.2",
"aurelia-event-aggregator": "npm:aurelia-event-aggregator@^1.0.0-beta.1.1.1",
"aurelia-fetch-client": "npm:aurelia-fetch-client@^1.0.0-beta.1.1.1",
"aurelia-framework": "npm:aurelia-framework@^1.0.0-beta.1.1.3",
"aurelia-logging": "npm:aurelia-logging@^1.0.0-beta.1.1.1",
"aurelia-metadata": "npm:aurelia-metadata@^1.0.0-beta.1.1.4",
"aurelia-router": "npm:aurelia-router@^1.0.0-beta.1.1.1",
"aurelia-templating-resources": "npm:aurelia-templating-resources@^1.0.0-beta.1.1.1",
"aurelia-validation": "npm:aurelia-validation@^0.6.2",
"fetch": "github:github/fetch@^0.11.0",
"lodash": "npm:lodash@^4.5.1",
"moment": "npm:moment@^2.11.2",
"numeral": "npm:numeral@^1.5.3",
"text": "github:systemjs/plugin-text@^0.0.4"
},
"devDependencies": {
"typescript": "npm:typescript@^1.6.2"
}
}
}