-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 943 Bytes
/
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
{
"name": "js-workspace",
"version": "1.0.0",
"description": "JavaScript Workspace",
"repository": {
"type": "git",
"url": "https://git.freelancer.com/kto/js-workspace"
},
"scripts": {
"setup": "npm install && jspm install",
"serve": "gulp"
},
"keywords": [
"javascript",
"workspace"
],
"devDependencies": {
"babel-preset-es2015": "^6.0.14",
"browser-sync": "^2.9.7",
"gulp": "^3.9.0",
"gulp-babel": "^6.0.0",
"gulp-eslint": "^1.0.0",
"gulp-sass": "^2.0.4",
"jspm": "^0.16.14"
},
"dependencies": {
"systemjs": "^0.19.5"
},
"jspm": {
"dependencies": {
"css": "github:systemjs/plugin-css@^0.1.19",
"dragula": "npm:dragula@^3.5.2"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}