This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
132 lines (132 loc) · 4.53 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "plugin-sass",
"version": "0.6.0",
"description": "SystemJS SASS loader plugin",
"registry": "jspm",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mobilexag/plugin-sass.git"
},
"author": "Christian Rackerseder <git@echooff.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mobilexag/plugin-sass/issues"
},
"homepage": "https://github.com/mobilexag/plugin-sass#readme",
"scripts": {
"clean": "rimraf .tmp",
"lint": "eslint src test/**/*-test.js",
"pug": "pug -o .tmp test/**/*.pug",
"copy": "cp-cli src/jspm.config.js .tmp/jspm.config.js && cp-cli src/jspm_packages/system.js .tmp/system.js",
"bundle": "npm run copy && jspm bundle test/browser/bundleme .tmp/bundle.js",
"build": "jspm build test/browser/bundleme .tmp/bundle.js",
"test": "mocha --compilers js:babel-register test/**/*-test.js",
"test:runtime": "npm run clean && npm run copy && npm run pug && browser-sync start -s '.tmp' --index runtime-test.html --ss 'src' --ss 'test/browser'",
"test:bundle": "npm run clean && npm run pug && npm run bundle && browser-sync start -s '.tmp' --index bundle-test.html --ss 'test/browser'",
"test:build": "npm run clean && npm run pug && npm run build && browser-sync start -s '.tmp' --index build-test.html --ss 'test/browser'",
"prepublish": "npm run lint && npm run test"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"babel-plugin-syntax-async-functions": "^6.8.0",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.8.0",
"browser-sync": "^2.12.7",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"cp-cli": "^1.0.2",
"eslint": "^2.9.0",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-import-resolver-jspm": "^2.1.0",
"eslint-import-resolver-node": "^0.2.3",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-mocha": "^4.7.0",
"jspm": "0.17.0-beta.40",
"mocha": "^2.4.5",
"pug-cli": "^1.0.0-alpha1",
"rimraf": "^2.5.2",
"systemjs": "^0.20.9"
},
"jspm": {
"directories": {
"baseURL": "src",
"lib": "src"
},
"dependencies": {
"autoprefixer": "npm:autoprefixer@^6.3.3",
"css-asset-copier": "npm:css-asset-copier@^1.0.1",
"css-url-rewriter-ex": "npm:css-url-rewriter-ex@^1.0.4",
"postcss": "npm:postcss@^5.0.18",
"reqwest": "github:ded/reqwest@^2.0.5",
"sass.js": "npm:sass.js@^0.9.6"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"bootstrap": "github:twbs/bootstrap-sass@^3.3.6",
"core-js": "npm:core-js@^1.1.4",
"plugin-babel": "npm:systemjs-plugin-babel@^0.0.21"
},
"peerDependencies": {
"assert": "npm:jspm-nodelibs-assert@^0.2.0",
"buffer": "npm:jspm-nodelibs-buffer@^0.2.0",
"child_process": "npm:jspm-nodelibs-child_process@^0.2.0",
"constants": "npm:jspm-nodelibs-constants@^0.2.0",
"crypto": "npm:jspm-nodelibs-crypto@^0.2.0",
"events": "npm:jspm-nodelibs-events@^0.2.0",
"fs": "npm:jspm-nodelibs-fs@^0.2.0",
"graceful-fs": "npm:graceful-fs@^4.1.9",
"http": "npm:jspm-nodelibs-http@^0.2.0",
"https": "npm:jspm-nodelibs-https@^0.2.0",
"os": "npm:jspm-nodelibs-os@^0.2.0",
"path": "npm:jspm-nodelibs-path@^0.2.0",
"process": "npm:jspm-nodelibs-process@^0.2.0",
"stream": "npm:jspm-nodelibs-stream@^0.2.0",
"string_decoder": "npm:jspm-nodelibs-string_decoder@^0.2.0",
"url": "npm:jspm-nodelibs-url@^0.2.0",
"util": "npm:jspm-nodelibs-util@^0.2.0",
"vm": "npm:jspm-nodelibs-vm@^0.2.0"
},
"overrides": {
"npm:babel-core@5.8.38": {
"main": "browser.js",
"dependencies": {},
"jspmNodeConversion": false,
"map": {
"regenerator/runtime": "babel-runtime/regenerator/runtime"
},
"meta": {
"browser.js": {
"exports": "babel",
"format": "global"
}
}
},
"npm:babel-runtime@5.8.38": {
"main": false,
"dependencies": {},
"optionalDependencies": {
"core-js": "^1.2.0"
}
},
"npm:inherits@2.0.3": {
"ignore": [
"test.js"
]
},
"npm:sass.js@0.9.13": {
"map": {
"ws": "@empty"
},
"meta": {
"dist/sass.worker.js": {
"format": "global"
}
}
}
}
}
}