-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "powersockets-svg",
"version": "0.2.0",
"dependencies": {
"@types/svg.js": "0.0.17",
"@types/whatwg-fetch": "0.0.32"
},
"scripts": {
"postinstall": "jspm install && npm run build",
"prestart": "npm install && npm run build",
"start": "npm run serve",
"serve": "nws -b 'powersocketsSvg/'",
"build": "gulp build",
"watch": "gulp watch",
"clean": "gulp clean"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jspm": "^0.5.7",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^3.0.2",
"jspm": "^0.16.15",
"nws": "^1.1.1",
"typescript": "^2.0.3",
"typings": "^1.4.0"
},
"jspm": {
"configFile": "jspm_config.js",
"dependencies": {
"fetch": "github:github/fetch@^1.0.0",
"svg-points": "npm:svg-points@^3.0.1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4",
"typescript": "npm:typescript@^1.6.2"
}
}
}