-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 1.03 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
{
"name": "dropdown",
"version": "1.0.1",
"scripts": {
"serveit": "browser-sync start --files 'src/**/*.html,src/**/*.css,src/**/*.js' --server 'src'",
"buildMode": "jspm bundle startup + dropdown/dropdown --inject",
"buildSafeMode": "jspm bundle-sfx startup + dropdown/dropdown safe-bundle.js",
"devMode": "jspm unbundle"
},
"devDependencies": {
"browser-sync": "^2.9.10",
"jspm": "^0.16.12"
},
"jspm": {
"directories": {
"baseURL": "src"
},
"dependencies": {
"bootstrap": "github:twbs/[email protected]",
"css": "github:systemjs/[email protected]",
"json": "github:systemjs/[email protected]",
"kendo-ui": "github:kendo-labs/bower-kendo-ui@^2015.2.813",
"text": "github:systemjs/[email protected]"
},
"devDependencies": {
"--lastest": "npm:babel-core@^5.8.24",
"--lastest-runtime": "npm:babel-runtime@^5.8.24",
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"core-js": "npm:[email protected]"
}
}
}