-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 781 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 781 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
27
28
29
{
"name": "devextreme-jspm-angular",
"version": "1.0.0",
"description": "DevExtreme with jspm and AngularJS example",
"main": "index.js",
"author": "DevExpress",
"license": "MIT",
"scripts": {
"start": "static"
},
"devDependencies": {
"jspm": "^0.16.35",
"node-static": "^0.7.7"
},
"jspm": {
"dependencies": {
"angular": "npm:angular@^1.5.7",
"angular-sanitize": "npm:angular-sanitize@^1.5.7",
"css": "github:systemjs/plugin-css@^0.1.22",
"devextreme": "npm:devextreme@^16.1.4",
"jquery": "npm:jquery@^2.2.4"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}