forked from jescalan/accord
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.27 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.27 KB
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
{
"name": "accord",
"description": "A unified interface for compiled languages and templates in JavaScript",
"version": "0.26.3",
"author": "Jeff Escalante",
"bugs": "https://github.com/jescalan/accord",
"dependencies": {
"convert-source-map": "^1.2.0",
"glob": "^7.0.5",
"indx": "^0.2.3",
"lodash.assign": "^4.2.0",
"lodash.clone": "^4.3.2",
"lodash.defaults": "^4.0.1",
"lodash.flatten": "^4.2.0",
"lodash.merge": "^4.4.0",
"lodash.partialright": "^4.1.4",
"lodash.pick": "^4.2.1",
"lodash.uniq": "^4.3.0",
"resolve": "^1.1.7",
"semver": "^5.3.0",
"uglify-js": "^2.7.0",
"when": "^3.7.7"
},
"devDependencies": {
"LiveScript": "^1.3.1",
"acorn": "^4.0.0",
"babel": "^6.5.2",
"babel-core": "^6.10.4",
"babel-preset-es2015": "^6.18.0",
"buble": "^0.14.0",
"chai": "^3.5.0",
"clean-css": "^3.4.18",
"coco": "^0.9.1",
"coffee-coverage": "^1.0.1",
"coffee-react-transform": "^5.0.0",
"coffee-script": "^1.11.0",
"coveralls": "^2.11.11",
"css-parse": "^2.0.0",
"csso": "^2.2.0",
"dogescript": "^2.3.0",
"dot": "^1.0.3",
"eco": "^1.0.3",
"ejs": "^2.4.2",
"hamljs": "^0.6.2",
"handlebars": "^4.0.5",
"he": "^1.1.0",
"hogan.js": "^3.0.2",
"html-minifier": "^3.0.1",
"istanbul": "^0.4.4",
"jade": "^1.11.0",
"less": "^2.7.1",
"marc": "^0.1.0",
"marked": "^0.3.5",
"mocha": "^3.1.2",
"mocha-lcov-reporter": "^1.2.0",
"myth": "^1.5.0",
"node-sass": "^3.10.1",
"parse5": "^2.2.2",
"polytest": "0.0.1",
"postcss": "^5.2.5",
"postcss-simple-vars": "^3.0.0",
"react-tools": "^0.13.3",
"stylus": "^0.54.5",
"swig": "^1.4.2",
"toffee": "^0.1.12",
"typescript-compiler": "^1.4.1"
},
"homepage": "https://github.com/jescalan/accord",
"keywords": [
"compile"
],
"license": "MIT",
"main": "lib",
"repository": {
"type": "git",
"url": "https://github.com/jenius/accord"
},
"scripts": {
"coverage": "mocha && ./node_modules/.bin/istanbul report && open coverage/lcov-report/index.html",
"coveralls": "istanbul report && cat ./coverage/lcov.info | coveralls",
"legacy": "./node_modules/.bin/coffee test/legacy.coffee",
"test": "mocha test/test.coffee"
}
}