-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 777 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 777 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
30
31
32
33
34
35
{
"name": "sisyphos",
"version": "1.1.1",
"description": "A utility to stub System.js dependencies",
"keywords": [
"systemjs",
"system.js",
"jspm",
"stub",
"mock"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/codazzo/sisyphos.git"
},
"scripts": {
"test": "mocha-phantomjs test.html"
},
"author": "Antonio D'Ettole",
"license": "MIT",
"devDependencies": {
"babel-core": "^5.8.33",
"babel-preset-es2015": "^6.0.14",
"chai": "^3.4.0",
"es6-module-loader": "^0.17.8",
"eslint": "^1.8.0",
"eslint-config-defaults": "^7.1.1",
"mocha": "^2.3.3",
"mocha-phantomjs": "^4.0.1",
"phantomjs": "^1.9.18",
"sinon": "^1.17.2",
"systemjs": "^0.19.5"
}
}